#F0D4E9

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

Shades of Snuff #F0D4E9

Tints of Snuff #F0D4E9

Color information

#F0D4E9 (or 0xF0D4E9) is unknown color: approx Snuff. HEX triplet: F0, D4 and E9. RGB value is (240,212,233). Sum of RGB (Red+Green+Blue) = 240+212+233=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D4E9 is #0F2B16. Grayscale: #DEDEDE. Windows color (decimal): -994071 or 15324400. OLE color: 15324400.

HSL color Cylindrical-coordinate representation of color #F0D4E9: hue angle of 315º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D4E9 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB240212233-
CMYK00.120.030.06
HSL315º48.28%88.63%-
HSV(B)315º11.67%94.12%-
XYZ74.1971.586.98-
YUV222.77133.78140.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 212 (83.20% from 255) = 30.95%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=35.04%
G=30.95%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021223300.120.030.0631548.2888.63
HexF0D4E90C3613b3059
Octal3603243510143647360131
Binary11110000110101001110100101100111101001110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D4E9; }

 p { color: rgb(240,212,233); }

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

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

 a { background-color: rgb(240,212,233); }

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

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

 span { border-color: rgb(240,212,233); }

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