#F5D2ED

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

Shades of Snuff #F5D2ED

Tints of Snuff #F5D2ED

Color information

#F5D2ED (or 0xF5D2ED) is unknown color: approx Snuff. HEX triplet: F5, D2 and ED. RGB value is (245,210,237). Sum of RGB (Red+Green+Blue) = 245+210+237=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 210 (82.42% from 255 or 30.35% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D2ED is #0A2D12. Grayscale: #DFDFDF. Windows color (decimal): -666899 or 15586037. OLE color: 15586037.

HSL color Cylindrical-coordinate representation of color #F5D2ED: hue angle of 313.71º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D2ED is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245210237-
CMYK00.140.030.04
HSL313.71º63.64%89.22%-
HSV(B)313.71º14.29%96.08%-
XYZ75.9971.6289.94-
YUV223.54135.6143.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.40%
GREEN value IS 210 (82.42% from 255) = 30.35%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=35.40%
G=30.35%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521023700.140.030.04313.7163.6489.22
HexF5D2ED0E3413a4059
Octal36532235501634472100131
Binary111101011101001011101101011101110010011101010000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D2ED; }

 p { color: rgb(245,210,237); }

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

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

 a { background-color: rgb(245,210,237); }

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

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

 span { border-color: rgb(245,210,237); }

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