Shades of Snuff #F4D0ED
Tints of Snuff #F4D0ED
RGB
CMYK
RGB Variations
Color information
#F4D0ED (or 0xF4D0ED) is known color: 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
RGB | 244 | 208 | 237 | - |
CMYK | 0 | 0.15 | 0.03 | 0.04 |
HSL | 311.67º | 0.62% | 0.89% | - |
HSV(B) | 311.67º | 0.15% | 0.96% | - |
XYZ | 75.15 | 70.46 | 89.76 | - |
YUV | 222.07 | 136.43 | 143.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 208 | 237 | 0 | 0.15 | 0.03 | 0.04 | 311.67 | 0.62 | 0.89 |
Hex | F4 | D0 | ED | 0 | F | 3 | 4 | 138 | 3E | 59 |
Octal | 364 | 320 | 355 | 0 | 17 | 3 | 4 | 470 | 76 | 131 |
Binary | 11110100 | 11010000 | 11101101 | 0 | 1111 | 11 | 100 | 100111000 | 111110 | 1011001 |
Color Harmonies of #F4D0ED
Complementary color
Monochromatic Colors of #F4D0ED
Black with #F4D0ED
Text Example
Text Example
White with #F4D0ED
Text Example
Text Example
HTML Codes & Css Web 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>