#F4D0ED

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

Shades of Snuff #F4D0ED

Tints of Snuff #F4D0ED

Color information

#F4D0ED (or 0xF4D0ED) is unknown color: approx Snuff. HEX triplet: F4, D0 and ED. RGB value is (244,208,237). Sum of RGB (Red+Green+Blue) = 244+208+237=689 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.41% from 689); Green value is 208 (81.64% from 255 or 30.19% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D0ED is #0B2F12. Grayscale: #DDDDDD. Windows color (decimal): -732947 or 15585524. OLE color: 15585524.

HSL color Cylindrical-coordinate representation of color #F4D0ED: hue angle of 311.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D0ED is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244208237-
CMYK00.150.030.04
HSL311.67º62.07%88.63%-
HSV(B)311.67º14.75%95.69%-
XYZ75.1570.4689.76-
YUV222.07136.43143.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.41%
GREEN value IS 208 (81.64% from 255) = 30.19%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=35.41%
G=30.19%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420823700.150.030.04311.6762.0788.63
HexF4D0ED0F341383e59
Octal3643203550173447076131
Binary11110100110100001110110101111111001001110001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D0ED; }

 p { color: rgb(244,208,237); }

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

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

 a { background-color: rgb(244,208,237); }

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

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

 span { border-color: rgb(244,208,237); }

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