#F2DFEE

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

Shades of Snuff #F2DFEE

Tints of Snuff #F2DFEE

Color information

#F2DFEE (or 0xF2DFEE) is unknown color: approx Snuff. HEX triplet: F2, DF and EE. RGB value is (242,223,238). Sum of RGB (Red+Green+Blue) = 242+223+238=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFEE is #0D2011. Grayscale: #E6E6E6. Windows color (decimal): -860178 or 15654898. OLE color: 15654898.

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

Color convert

RGB242223238-
CMYK00.080.020.05
HSL312.63º42.22%91.18%-
HSV(B)312.63º7.85%94.9%-
XYZ78.4477.8391.78-
YUV230.39132.29136.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.42%
GREEN value IS 223 (87.5% from 255) = 31.72%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=34.42%
G=31.72%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222323800.080.020.05312.6342.2291.18
HexF2DFEE08251392a5b
Octal3623373560102547152133
Binary11110010110111111110111001000101011001110011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFEE; }

 p { color: rgb(242,223,238); }

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

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

 a { background-color: rgb(242,223,238); }

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

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

 span { border-color: rgb(242,223,238); }

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