#F2DCEF

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

Shades of Snuff #F2DCEF

Tints of Snuff #F2DCEF

Color information

#F2DCEF (or 0xF2DCEF) is unknown color: approx Snuff. HEX triplet: F2, DC and EF. RGB value is (242,220,239). Sum of RGB (Red+Green+Blue) = 242+220+239=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEF is #0D2310. Grayscale: #E4E4E4. Windows color (decimal): -860945 or 15719666. OLE color: 15719666.

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

Color convert

RGB242220239-
CMYK00.090.010.05
HSL308.18º45.83%90.59%-
HSV(B)308.18º9.09%94.9%-
XYZ77.7976.392.29-
YUV228.74133.79137.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 239 (93.75% from 255) = 34.09%
R=34.52%
G=31.38%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222023900.090.010.05308.1845.8390.59
HexF2DCEF09151342e5b
Octal3623343570111546456133
Binary1111001011011100111011110100111011001101001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCEF; }

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

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

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

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

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

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

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

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