Shades of Derby #F8E2CA
Tints of Derby #F8E2CA
RGB
CMYK
RGB Variations
Color information
#F8E2CA (or 0xF8E2CA) is known color: Derby. HEX triplet: F8, E2 and CA. RGB value is (248,226,202). Sum of RGB (Red+Green+Blue) = 248+226+202=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2CA is #071D35. Grayscale: #E5E5E5. Windows color (decimal): -466230 or 13296376. OLE color: 13296376.
HSL color Cylindrical-coordinate representation of color #F8E2CA: hue angle of 31.3º 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 #F8E2CA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 202 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.03 |
| HSL | 31.3º | 0.77% | 0.88% | - |
| HSV(B) | 31.3º | 0.19% | 0.97% | - |
| XYZ | 76.57 | 78.61 | 67.02 | - |
| YUV | 229.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 202 | 0 | 0.09 | 0.19 | 0.03 | 31.3 | 0.77 | 0.88 |
| Hex | F8 | E2 | CA | 0 | 9 | 13 | 3 | 1F | 4D | 58 |
| Octal | 370 | 342 | 312 | 0 | 11 | 23 | 3 | 37 | 115 | 130 |
| Binary | 11111000 | 11100010 | 11001010 | 0 | 1001 | 10011 | 11 | 11111 | 1001101 | 1011000 |
Color Harmonies of #F8E2CA
Complementary color
Monochromatic Colors of #F8E2CA
Black with #F8E2CA
Text Example
Text Example
White with #F8E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2CA; }
p { color: rgb(248,226,202); }
H1.HeaderClassName
{
color: #F8E2CA;
}
.AnyTagClassName
{
color: #F8E2CA;
}
</style>
background-color css
<style>
a { background-color: #F8E2CA; }
a { background-color: rgb(248,226,202); }
div.DivClassName
{
background-color: #F8E2CA;
}
.BgClassName
{
background-color: #F8E2CA;
}
</style>
border-color css
<style>
span { border-color: #F8E2CA; }
span { border-color: rgb(248,226,202); }
td.TdClassName
{
border-color: #F8E2CA;
}
.TagClassName
{
border-color: #F8E2CA;
}
</style>