#F2D2EC

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

Shades of Snuff #F2D2EC

Tints of Snuff #F2D2EC

Color information

#F2D2EC (or 0xF2D2EC) is unknown color: approx Snuff. HEX triplet: F2, D2 and EC. RGB value is (242,210,236). Sum of RGB (Red+Green+Blue) = 242+210+236=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D2EC is #0D2D13. Grayscale: #DEDEDE. Windows color (decimal): -863508 or 15520498. OLE color: 15520498.

HSL color Cylindrical-coordinate representation of color #F2D2EC: hue angle of 311.25º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2D2EC is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242210236-
CMYK00.130.020.05
HSL311.25º55.17%88.63%-
HSV(B)311.25º13.22%94.9%-
XYZ74.871.0389.12-
YUV222.53135.6141.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 210 (82.42% from 255) = 30.52%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=35.17%
G=30.52%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221023600.130.020.05311.2555.1788.63
HexF2D2EC0D251373759
Octal3623223540152546767131
Binary11110010110100101110110001101101011001101111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D2EC; }

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

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

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

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

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

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

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

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