#FAC4F7

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

Shades of Snuff #FAC4F7

Tints of Snuff #FAC4F7

Color information

#FAC4F7 (or 0xFAC4F7) is unknown color: approx Snuff. HEX triplet: FA, C4 and F7. RGB value is (250,196,247). Sum of RGB (Red+Green+Blue) = 250+196+247=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 196 (76.95% from 255 or 28.28% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4F7 is #053B08. Grayscale: #D9D9D9. Windows color (decimal): -342793 or 16237818. OLE color: 16237818.

HSL color Cylindrical-coordinate representation of color #FAC4F7: hue angle of 303.33º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC4F7 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250196247-
CMYK00.220.010.02
HSL303.33º84.38%87.45%-
HSV(B)303.33º21.6%98.04%-
XYZ75.9566.5296.83-
YUV217.96144.39150.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 196 (76.95% from 255) = 28.28%
BLUE value IS 247 (96.88% from 255) = 35.64%
R=36.08%
G=28.28%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019624700.220.010.02303.3384.3887.45
HexFAC4F70161212f5457
Octal37230436702612457124127
Binary11111010110001001111011101011011010010111110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4F7; }

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

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

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

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

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

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

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

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