Shades of Derby #F8E4CA
Tints of Derby #F8E4CA
RGB
CMYK
RGB Variations
Color information
#F8E4CA (or 0xF8E4CA) is known color: Derby. HEX triplet: F8, E4 and CA. RGB value is (248,228,202). Sum of RGB (Red+Green+Blue) = 248+228+202=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E4CA is #071B35. Grayscale: #E7E7E7. Windows color (decimal): -465718 or 13296888. OLE color: 13296888.
HSL color Cylindrical-coordinate representation of color #F8E4CA: hue angle of 33.91º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8E4CA is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 202 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.03 |
| HSL | 33.91º | 0.77% | 0.88% | - |
| HSV(B) | 33.91º | 0.19% | 0.97% | - |
| XYZ | 77.12 | 79.71 | 67.2 | - |
| YUV | 231.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 202 | 0 | 0.08 | 0.19 | 0.03 | 33.91 | 0.77 | 0.88 |
| Hex | F8 | E4 | CA | 0 | 8 | 13 | 3 | 22 | 4D | 58 |
| Octal | 370 | 344 | 312 | 0 | 10 | 23 | 3 | 42 | 115 | 130 |
| Binary | 11111000 | 11100100 | 11001010 | 0 | 1000 | 10011 | 11 | 100010 | 1001101 | 1011000 |
Color Harmonies of #F8E4CA
Complementary color
Monochromatic Colors of #F8E4CA
Black with #F8E4CA
Text Example
Text Example
White with #F8E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E4CA; }
p { color: rgb(248,228,202); }
H1.HeaderClassName
{
color: #F8E4CA;
}
.AnyTagClassName
{
color: #F8E4CA;
}
</style>
background-color css
<style>
a { background-color: #F8E4CA; }
a { background-color: rgb(248,228,202); }
div.DivClassName
{
background-color: #F8E4CA;
}
.BgClassName
{
background-color: #F8E4CA;
}
</style>
border-color css
<style>
span { border-color: #F8E4CA; }
span { border-color: rgb(248,228,202); }
td.TdClassName
{
border-color: #F8E4CA;
}
.TagClassName
{
border-color: #F8E4CA;
}
</style>