#F2CCEC

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

Shades of Snuff #F2CCEC

Tints of Snuff #F2CCEC

Color information

#F2CCEC (or 0xF2CCEC) is unknown color: approx Snuff. HEX triplet: F2, CC and EC. RGB value is (242,204,236). Sum of RGB (Red+Green+Blue) = 242+204+236=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCEC is #0D3313. Grayscale: #DADADA. Windows color (decimal): -865044 or 15518962. OLE color: 15518962.

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

Color convert

RGB242204236-
CMYK00.160.020.05
HSL309.47º59.38%87.45%-
HSV(B)309.47º15.7%94.9%-
XYZ73.3568.1288.64-
YUV219.01137.59144.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=35.48%
G=29.91%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220423600.160.020.05309.4759.3887.45
HexF2CCEC010251353b57
Octal3623143540202546573127
Binary111100101100110011101100010000101011001101011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCEC; }

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

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

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

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

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

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

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

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