#FAC8F2

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

Shades of Snuff #FAC8F2

Tints of Snuff #FAC8F2

Color information

#FAC8F2 (or 0xFAC8F2) is unknown color: approx Snuff. HEX triplet: FA, C8 and F2. RGB value is (250,200,242). Sum of RGB (Red+Green+Blue) = 250+200+242=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F2 is #05370D. Grayscale: #DBDBDB. Windows color (decimal): -341774 or 15911162. OLE color: 15911162.

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

Color convert

RGB250200242-
CMYK00.20.030.02
HSL309.6º83.33%88.24%-
HSV(B)309.6º20%98.04%-
XYZ76.1168.0493.13-
YUV219.74140.56149.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 200 (78.52% from 255) = 28.90%
BLUE value IS 242 (94.92% from 255) = 34.97%
R=36.13%
G=28.90%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020024200.20.030.02309.683.3388.24
HexFAC8F2014321365358
Octal37231036202432466123130
Binary111110101100100011110010010100111010011011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8F2; }

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

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

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

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

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

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

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

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