#F2CCED

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

Shades of Snuff #F2CCED

Tints of Snuff #F2CCED

Color information

#F2CCED (or 0xF2CCED) is unknown color: approx Snuff. HEX triplet: F2, CC and ED. RGB value is (242,204,237). Sum of RGB (Red+Green+Blue) = 242+204+237=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCED is #0D3312. Grayscale: #DBDBDB. Windows color (decimal): -865043 or 15584498. OLE color: 15584498.

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

Color convert

RGB242204237-
CMYK00.160.020.05
HSL307.89º59.38%87.45%-
HSV(B)307.89º15.7%94.9%-
XYZ73.568.1889.41-
YUV219.12138.09144.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=35.43%
G=29.87%
B=34.70%

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
Decimal24220423700.160.020.05307.8959.3887.45
HexF2CCED010251343b57
Octal3623143550202546473127
Binary111100101100110011101101010000101011001101001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCED; }

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

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

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

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

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

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

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

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