Shades of Derby #F8E2CB
Tints of Derby #F8E2CB
RGB
CMYK
RGB Variations
Color information
#F8E2CB (or 0xF8E2CB) is known color: Derby. HEX triplet: F8, E2 and CB. RGB value is (248,226,203). Sum of RGB (Red+Green+Blue) = 248+226+203=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2CB is #071D34. Grayscale: #E6E6E6. Windows color (decimal): -466229 or 13361912. OLE color: 13361912.
HSL color Cylindrical-coordinate representation of color #F8E2CB: hue angle of 30.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8E2CB is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 203 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.03 |
| HSL | 30.67º | 0.76% | 0.88% | - |
| HSV(B) | 30.67º | 0.18% | 0.97% | - |
| XYZ | 76.69 | 78.66 | 67.64 | - |
| YUV | 229.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 203 | 0 | 0.09 | 0.18 | 0.03 | 30.67 | 0.76 | 0.88 |
| Hex | F8 | E2 | CB | 0 | 9 | 12 | 3 | 1F | 4C | 58 |
| Octal | 370 | 342 | 313 | 0 | 11 | 22 | 3 | 37 | 114 | 130 |
| Binary | 11111000 | 11100010 | 11001011 | 0 | 1001 | 10010 | 11 | 11111 | 1001100 | 1011000 |
Color Harmonies of #F8E2CB
Complementary color
Monochromatic Colors of #F8E2CB
Black with #F8E2CB
Text Example
Text Example
White with #F8E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2CB; }
p { color: rgb(248,226,203); }
H1.HeaderClassName
{
color: #F8E2CB;
}
.AnyTagClassName
{
color: #F8E2CB;
}
</style>
background-color css
<style>
a { background-color: #F8E2CB; }
a { background-color: rgb(248,226,203); }
div.DivClassName
{
background-color: #F8E2CB;
}
.BgClassName
{
background-color: #F8E2CB;
}
</style>
border-color css
<style>
span { border-color: #F8E2CB; }
span { border-color: rgb(248,226,203); }
td.TdClassName
{
border-color: #F8E2CB;
}
.TagClassName
{
border-color: #F8E2CB;
}
</style>