#F0D4EA

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

Shades of Snuff #F0D4EA

Tints of Snuff #F0D4EA

Color information

#F0D4EA (or 0xF0D4EA) is unknown color: approx Snuff. HEX triplet: F0, D4 and EA. RGB value is (240,212,234). Sum of RGB (Red+Green+Blue) = 240+212+234=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D4EA is #0F2B15. Grayscale: #DEDEDE. Windows color (decimal): -994070 or 15389936. OLE color: 15389936.

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

Color convert

RGB240212234-
CMYK00.120.020.06
HSL312.86º48.28%88.63%-
HSV(B)312.86º11.67%94.12%-
XYZ74.3371.5587.74-
YUV222.88134.28140.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=34.99%
G=30.90%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021223400.120.020.06312.8648.2888.63
HexF0D4EA0C261393059
Octal3603243520142647160131
Binary11110000110101001110101001100101101001110011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D4EA; }

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

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

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

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

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

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

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

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