#FAC8F4

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

Shades of Snuff #FAC8F4

Tints of Snuff #FAC8F4

Color information

#FAC8F4 (or 0xFAC8F4) is unknown color: approx Snuff. HEX triplet: FA, C8 and F4. RGB value is (250,200,244). Sum of RGB (Red+Green+Blue) = 250+200+244=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 200 (78.52% from 255 or 28.82% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F4 is #05370B. Grayscale: #DBDBDB. Windows color (decimal): -341772 or 16042234. OLE color: 16042234.

HSL color Cylindrical-coordinate representation of color #FAC8F4: hue angle of 307.2º 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 #FAC8F4 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250200244-
CMYK00.20.020.02
HSL307.2º83.33%88.24%-
HSV(B)307.2º20%98.04%-
XYZ76.4168.1694.72-
YUV219.97141.56149.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 200 (78.52% from 255) = 28.82%
BLUE value IS 244 (95.70% from 255) = 35.16%
R=36.02%
G=28.82%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020024400.20.020.02307.283.3388.24
HexFAC8F4014221335358
Octal37231036402422463123130
Binary111110101100100011110100010100101010011001110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8F4; }

 p { color: rgb(250,200,244); }

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

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

 a { background-color: rgb(250,200,244); }

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

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

 span { border-color: rgb(250,200,244); }

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