#F2D3EE

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

Shades of Snuff #F2D3EE

Tints of Snuff #F2D3EE

Color information

#F2D3EE (or 0xF2D3EE) is unknown color: approx Snuff. HEX triplet: F2, D3 and EE. RGB value is (242,211,238). Sum of RGB (Red+Green+Blue) = 242+211+238=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 211 (82.81% from 255 or 30.54% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D3EE is #0D2C11. Grayscale: #DFDFDF. Windows color (decimal): -863250 or 15651826. OLE color: 15651826.

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

Color convert

RGB242211238-
CMYK00.130.020.05
HSL307.74º54.39%88.82%-
HSV(B)307.74º12.81%94.9%-
XYZ75.3471.6490.75-
YUV223.35136.27141.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 211 (82.81% from 255) = 30.54%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=35.02%
G=30.54%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221123800.130.020.05307.7454.3988.82
HexF2D3EE0D251343659
Octal3623233560152546466131
Binary11110010110100111110111001101101011001101001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D3EE; }

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

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

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

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

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

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

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

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