Shades of Derby #F4E4CF
Tints of Derby #F4E4CF
RGB
CMYK
RGB Variations
Color information
#F4E4CF (or 0xF4E4CF) is known color: Derby. HEX triplet: F4, E4 and CF. RGB value is (244,228,207). Sum of RGB (Red+Green+Blue) = 244+228+207=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E4CF is #0B1B30. Grayscale: #E6E6E6. Windows color (decimal): -727857 or 13624564. OLE color: 13624564.
HSL color Cylindrical-coordinate representation of color #F4E4CF: hue angle of 34.05º 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 #F4E4CF is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 207 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.04 |
| HSL | 34.05º | 0.63% | 0.88% | - |
| HSV(B) | 34.05º | 0.15% | 0.96% | - |
| XYZ | 76.31 | 79.22 | 70.3 | - |
| YUV | 230.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 207 | 0 | 0.07 | 0.15 | 0.04 | 34.05 | 0.63 | 0.88 |
| Hex | F4 | E4 | CF | 0 | 7 | F | 4 | 22 | 3F | 58 |
| Octal | 364 | 344 | 317 | 0 | 7 | 17 | 4 | 42 | 77 | 130 |
| Binary | 11110100 | 11100100 | 11001111 | 0 | 111 | 1111 | 100 | 100010 | 111111 | 1011000 |
Color Harmonies of #F4E4CF
Complementary color
Monochromatic Colors of #F4E4CF
Black with #F4E4CF
Text Example
Text Example
White with #F4E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E4CF; }
p { color: rgb(244,228,207); }
H1.HeaderClassName
{
color: #F4E4CF;
}
.AnyTagClassName
{
color: #F4E4CF;
}
</style>
background-color css
<style>
a { background-color: #F4E4CF; }
a { background-color: rgb(244,228,207); }
div.DivClassName
{
background-color: #F4E4CF;
}
.BgClassName
{
background-color: #F4E4CF;
}
</style>
border-color css
<style>
span { border-color: #F4E4CF; }
span { border-color: rgb(244,228,207); }
td.TdClassName
{
border-color: #F4E4CF;
}
.TagClassName
{
border-color: #F4E4CF;
}
</style>