#F2CDEC

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

Shades of Snuff #F2CDEC

Tints of Snuff #F2CDEC

Color information

#F2CDEC (or 0xF2CDEC) is unknown color: approx Snuff. HEX triplet: F2, CD and EC. RGB value is (242,205,236). Sum of RGB (Red+Green+Blue) = 242+205+236=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDEC is #0D3213. Grayscale: #DBDBDB. Windows color (decimal): -864788 or 15519218. OLE color: 15519218.

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

Color convert

RGB242205236-
CMYK00.150.020.05
HSL309.73º58.73%87.65%-
HSV(B)309.73º15.29%94.9%-
XYZ73.5968.688.72-
YUV219.6137.26143.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 205 (80.47% from 255) = 30.01%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=35.43%
G=30.01%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220523600.150.020.05309.7358.7387.65
HexF2CDEC0F251363b58
Octal3623153540172546673130
Binary11110010110011011110110001111101011001101101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDEC; }

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

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

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

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

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

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

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

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