#F2CEEA

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

Shades of Snuff #F2CEEA

Tints of Snuff #F2CEEA

Color information

#F2CEEA (or 0xF2CEEA) is unknown color: approx Snuff. HEX triplet: F2, CE and EA. RGB value is (242,206,234). Sum of RGB (Red+Green+Blue) = 242+206+234=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEEA is #0D3115. Grayscale: #DBDBDB. Windows color (decimal): -864534 or 15388402. OLE color: 15388402.

HSL color Cylindrical-coordinate representation of color #F2CEEA: hue angle of 313.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CEEA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242206234-
CMYK00.150.030.05
HSL313.33º58.06%87.84%-
HSV(B)313.33º14.88%94.9%-
XYZ73.5468.9687.28-
YUV219.96135.93143.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 206 (80.86% from 255) = 30.21%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=35.48%
G=30.21%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220623400.150.030.05313.3358.0687.84
HexF2CEEA0F351393a58
Octal3623163520173547172130
Binary11110010110011101110101001111111011001110011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEEA; }

 p { color: rgb(242,206,234); }

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

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

 a { background-color: rgb(242,206,234); }

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

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

 span { border-color: rgb(242,206,234); }

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