#F0D6EA

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

Shades of Snuff #F0D6EA

Tints of Snuff #F0D6EA

Color information

#F0D6EA (or 0xF0D6EA) is unknown color: approx Snuff. HEX triplet: F0, D6 and EA. RGB value is (240,214,234). Sum of RGB (Red+Green+Blue) = 240+214+234=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6EA is #0F2915. Grayscale: #E0E0E0. Windows color (decimal): -993558 or 15390448. OLE color: 15390448.

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

Color convert

RGB240214234-
CMYK00.110.020.06
HSL313.85º46.43%89.02%-
HSV(B)313.85º10.83%94.12%-
XYZ74.8372.5687.9-
YUV224.05133.61139.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 214 (83.98% from 255) = 31.10%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=34.88%
G=31.10%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021423400.110.020.06313.8546.4389.02
HexF0D6EA0B2613a2e59
Octal3603263520132647256131
Binary11110000110101101110101001011101101001110101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D6EA; }

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

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

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

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

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

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

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

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