#F2DDEE

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

Shades of Snuff #F2DDEE

Tints of Snuff #F2DDEE

Color information

#F2DDEE (or 0xF2DDEE) is unknown color: approx Snuff. HEX triplet: F2, DD and EE. RGB value is (242,221,238). Sum of RGB (Red+Green+Blue) = 242+221+238=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDEE is #0D2211. Grayscale: #E5E5E5. Windows color (decimal): -860690 or 15654386. OLE color: 15654386.

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

Color convert

RGB242221238-
CMYK00.090.020.05
HSL311.43º44.68%90.78%-
HSV(B)311.43º8.68%94.9%-
XYZ77.9176.7691.6-
YUV229.22132.96137.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 221 (86.72% from 255) = 31.53%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=34.52%
G=31.53%
B=33.95%

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
Decimal24222123800.090.020.05311.4344.6890.78
HexF2DDEE09251372d5b
Octal3623353560112546755133
Binary11110010110111011110111001001101011001101111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDEE; }

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

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

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

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

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

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

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

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