#F0D3EB

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

Shades of Snuff #F0D3EB

Tints of Snuff #F0D3EB

Color information

#F0D3EB (or 0xF0D3EB) is unknown color: approx Snuff. HEX triplet: F0, D3 and EB. RGB value is (240,211,235). Sum of RGB (Red+Green+Blue) = 240+211+235=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D3EB is #0F2C14. Grayscale: #DEDEDE. Windows color (decimal): -994325 or 15455216. OLE color: 15455216.

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

Color convert

RGB240211235-
CMYK00.120.020.06
HSL310.34º49.15%88.43%-
HSV(B)310.34º12.08%94.12%-
XYZ74.2271.1188.41-
YUV222.41135.11140.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 211 (82.81% from 255) = 30.76%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=34.99%
G=30.76%
B=34.26%

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
Decimal24021123500.120.020.06310.3449.1588.43
HexF0D3EB0C261363158
Octal3603233530142646661130
Binary11110000110100111110101101100101101001101101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D3EB; }

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

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

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

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

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

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

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

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