Shades of Derby #F4E5CF
Tints of Derby #F4E5CF
RGB
CMYK
RGB Variations
Color information
#F4E5CF (or 0xF4E5CF) is known color: Derby. HEX triplet: F4, E5 and CF. RGB value is (244,229,207). Sum of RGB (Red+Green+Blue) = 244+229+207=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E5CF is #0B1A30. Grayscale: #E7E7E7. Windows color (decimal): -727601 or 13624820. OLE color: 13624820.
HSL color Cylindrical-coordinate representation of color #F4E5CF: hue angle of 35.68º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4E5CF is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 207 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.04 |
| HSL | 35.68º | 0.63% | 0.88% | - |
| HSV(B) | 35.68º | 0.15% | 0.96% | - |
| XYZ | 76.59 | 79.78 | 70.39 | - |
| YUV | 230.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 207 | 0 | 0.06 | 0.15 | 0.04 | 35.68 | 0.63 | 0.88 |
| Hex | F4 | E5 | CF | 0 | 6 | F | 4 | 24 | 3F | 58 |
| Octal | 364 | 345 | 317 | 0 | 6 | 17 | 4 | 44 | 77 | 130 |
| Binary | 11110100 | 11100101 | 11001111 | 0 | 110 | 1111 | 100 | 100100 | 111111 | 1011000 |
Color Harmonies of #F4E5CF
Complementary color
Monochromatic Colors of #F4E5CF
Black with #F4E5CF
Text Example
Text Example
White with #F4E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E5CF; }
p { color: rgb(244,229,207); }
H1.HeaderClassName
{
color: #F4E5CF;
}
.AnyTagClassName
{
color: #F4E5CF;
}
</style>
background-color css
<style>
a { background-color: #F4E5CF; }
a { background-color: rgb(244,229,207); }
div.DivClassName
{
background-color: #F4E5CF;
}
.BgClassName
{
background-color: #F4E5CF;
}
</style>
border-color css
<style>
span { border-color: #F4E5CF; }
span { border-color: rgb(244,229,207); }
td.TdClassName
{
border-color: #F4E5CF;
}
.TagClassName
{
border-color: #F4E5CF;
}
</style>