#F0D3EA

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

Shades of Snuff #F0D3EA

Tints of Snuff #F0D3EA

Color information

#F0D3EA (or 0xF0D3EA) is unknown color: approx Snuff. HEX triplet: F0, D3 and EA. RGB value is (240,211,234). Sum of RGB (Red+Green+Blue) = 240+211+234=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D3EA is #0F2C15. Grayscale: #DEDEDE. Windows color (decimal): -994326 or 15389680. OLE color: 15389680.

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

Color convert

RGB240211234-
CMYK00.120.020.06
HSL312.41º49.15%88.43%-
HSV(B)312.41º12.08%94.12%-
XYZ74.0871.0587.65-
YUV222.29134.61140.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 211 (82.81% from 255) = 30.80%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=35.04%
G=30.80%
B=34.16%

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
Decimal24021123400.120.020.06312.4149.1588.43
HexF0D3EA0C261383158
Octal3603233520142647061130
Binary11110000110100111110101001100101101001110001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D3EA; }

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

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

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

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

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

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

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

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