#F0D3ED

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

Shades of Snuff #F0D3ED

Tints of Snuff #F0D3ED

Color information

#F0D3ED (or 0xF0D3ED) is unknown color: approx Snuff. HEX triplet: F0, D3 and ED. RGB value is (240,211,237). Sum of RGB (Red+Green+Blue) = 240+211+237=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D3ED is #0F2C12. Grayscale: #DEDEDE. Windows color (decimal): -994323 or 15586288. OLE color: 15586288.

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

Color convert

RGB240211237-
CMYK00.120.010.06
HSL306.21º49.15%88.43%-
HSV(B)306.21º12.08%94.12%-
XYZ74.5271.2389.94-
YUV222.64136.11140.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 211 (82.81% from 255) = 30.67%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=34.88%
G=30.67%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021123700.120.010.06306.2149.1588.43
HexF0D3ED0C161323158
Octal3603233550141646261130
Binary1111000011010011111011010110011101001100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D3ED; }

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

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

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

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

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

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

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

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