#F2CCEA

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

Shades of Snuff #F2CCEA

Tints of Snuff #F2CCEA

Color information

#F2CCEA (or 0xF2CCEA) is unknown color: approx Snuff. HEX triplet: F2, CC and EA. RGB value is (242,204,234). Sum of RGB (Red+Green+Blue) = 242+204+234=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCEA is #0D3315. Grayscale: #DADADA. Windows color (decimal): -865046 or 15387890. OLE color: 15387890.

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

Color convert

RGB242204234-
CMYK00.160.030.05
HSL312.63º59.38%87.45%-
HSV(B)312.63º15.7%94.9%-
XYZ73.066887.12-
YUV218.78136.59144.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.59%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=35.59%
G=30%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220423400.160.030.05312.6359.3887.45
HexF2CCEA010351393b57
Octal3623143520203547173127
Binary111100101100110011101010010000111011001110011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCEA; }

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

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

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

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

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

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

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

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