#fac9f7

Color #FAC9F7 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FAC9F7

Tints of Snuff #FAC9F7

Color information

#FAC9F7 (or 0xFAC9F7) is unknown color: approx Snuff. HEX triplet: FA, C9 and F7. RGB value is (250,201,247). Sum of RGB (Red+Green+Blue) = 250+201+247=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 201 (78.91% from 255 or 28.80% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9F7 is #053608. Grayscale: #DCDCDC. Windows color (decimal): -341513 or 16239098. OLE color: 16239098.

HSL color Cylindrical-coordinate representation of color #FAC9F7: hue angle of 303.67º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9F7 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250201247-
CMYK00.200.010.02
HSL303.67º83.05%88.43%-
HSV(B)303.67º19.6%98.04%-
XYZ77.168.8197.21-
YUV220.9142.73148.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 201 (78.91% from 255) = 28.80%
BLUE value IS 247 (96.88% from 255) = 35.39%
R=35.82%
G=28.80%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020124700.200.010.02303.6783.0588.43
HexFAC9F7014121305358
Octal37231136702412460123130
Binary11111010110010011111011101010011010011000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fac9f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fac9f7; }

 p { color: rgb(250,201,247); }

 H1.HeaderClassName
 {
   color: #fac9f7;
 }
 .AnyTagClassName
 {
   color: #fac9f7;
 }
</style>
background-color css

<style>
 a { background-color: #fac9f7; }

 a { background-color: rgb(250,201,247); }

 div.DivClassName
 {
   background-color: #fac9f7;
 }
 .BgClassName
 {
   background-color: #fac9f7;
 }
</style>
border-color css

<style>
 span { border-color: #fac9f7; }

 span { border-color: rgb(250,201,247); }

 td.TdClassName
 {
   border-color: #fac9f7;
 }
 .TagClassName
 {
   border-color: #fac9f7;
 }
</style>