#F2DCEC

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

Shades of Snuff #F2DCEC

Tints of Snuff #F2DCEC

Color information

#F2DCEC (or 0xF2DCEC) is unknown color: approx Snuff. HEX triplet: F2, DC and EC. RGB value is (242,220,236). Sum of RGB (Red+Green+Blue) = 242+220+236=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEC is #0D2313. Grayscale: #E4E4E4. Windows color (decimal): -860948 or 15523058. OLE color: 15523058.

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

Color convert

RGB242220236-
CMYK00.090.020.05
HSL316.36º45.83%90.59%-
HSV(B)316.36º9.09%94.9%-
XYZ77.3576.1289.97-
YUV228.4132.29137.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 220 (86.33% from 255) = 31.52%
BLUE value IS 236 (92.58% from 255) = 33.81%
R=34.67%
G=31.52%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222023600.090.020.05316.3645.8390.59
HexF2DCEC092513c2e5b
Octal3623343540112547456133
Binary11110010110111001110110001001101011001111001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCEC; }

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

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

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

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

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

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

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

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