#F2DFED

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

Shades of Snuff #F2DFED

Tints of Snuff #F2DFED

Color information

#F2DFED (or 0xF2DFED) is unknown color: approx Snuff. HEX triplet: F2, DF and ED. RGB value is (242,223,237). Sum of RGB (Red+Green+Blue) = 242+223+237=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFED is #0D2012. Grayscale: #E6E6E6. Windows color (decimal): -860179 or 15589362. OLE color: 15589362.

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

Color convert

RGB242223237-
CMYK00.080.020.05
HSL315.79º42.22%91.18%-
HSV(B)315.79º7.85%94.9%-
XYZ78.2977.7791-
YUV230.28131.79136.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 237 (92.97% from 255) = 33.76%
R=34.47%
G=31.77%
B=33.76%

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
Decimal24222323700.080.020.05315.7942.2291.18
HexF2DFED082513c2a5b
Octal3623373550102547452133
Binary11110010110111111110110101000101011001111001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFED; }

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

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

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

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

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

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

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

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