#F2CDED

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

Shades of Snuff #F2CDED

Tints of Snuff #F2CDED

Color information

#F2CDED (or 0xF2CDED) is unknown color: approx Snuff. HEX triplet: F2, CD and ED. RGB value is (242,205,237). Sum of RGB (Red+Green+Blue) = 242+205+237=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDED is #0D3212. Grayscale: #DBDBDB. Windows color (decimal): -864787 or 15584754. OLE color: 15584754.

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

Color convert

RGB242205237-
CMYK00.150.020.05
HSL308.11º58.73%87.65%-
HSV(B)308.11º15.29%94.9%-
XYZ73.7468.6589.49-
YUV219.71137.76143.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.38%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=35.38%
G=29.97%
B=34.65%

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
Decimal24220523700.150.020.05308.1158.7387.65
HexF2CDED0F251343b58
Octal3623153550172546473130
Binary11110010110011011110110101111101011001101001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDED; }

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

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

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

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

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

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

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

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