Shades of Derby #F8E7CC
Tints of Derby #F8E7CC
RGB
CMYK
RGB Variations
Color information
#F8E7CC (or 0xF8E7CC) is known color: Derby. HEX triplet: F8, E7 and CC. RGB value is (248,231,204). Sum of RGB (Red+Green+Blue) = 248+231+204=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E7CC is #071833. Grayscale: #E9E9E9. Windows color (decimal): -464948 or 13428728. OLE color: 13428728.
HSL color Cylindrical-coordinate representation of color #F8E7CC: hue angle of 36.82º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8E7CC is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 204 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.03 |
| HSL | 36.82º | 0.76% | 0.89% | - |
| HSV(B) | 36.82º | 0.18% | 0.97% | - |
| XYZ | 78.19 | 81.47 | 68.73 | - |
| YUV | 233.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 204 | 0 | 0.07 | 0.18 | 0.03 | 36.82 | 0.76 | 0.89 |
| Hex | F8 | E7 | CC | 0 | 7 | 12 | 3 | 25 | 4C | 59 |
| Octal | 370 | 347 | 314 | 0 | 7 | 22 | 3 | 45 | 114 | 131 |
| Binary | 11111000 | 11100111 | 11001100 | 0 | 111 | 10010 | 11 | 100101 | 1001100 | 1011001 |
Color Harmonies of #F8E7CC
Complementary color
Monochromatic Colors of #F8E7CC
Black with #F8E7CC
Text Example
Text Example
White with #F8E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E7CC; }
p { color: rgb(248,231,204); }
H1.HeaderClassName
{
color: #F8E7CC;
}
.AnyTagClassName
{
color: #F8E7CC;
}
</style>
background-color css
<style>
a { background-color: #F8E7CC; }
a { background-color: rgb(248,231,204); }
div.DivClassName
{
background-color: #F8E7CC;
}
.BgClassName
{
background-color: #F8E7CC;
}
</style>
border-color css
<style>
span { border-color: #F8E7CC; }
span { border-color: rgb(248,231,204); }
td.TdClassName
{
border-color: #F8E7CC;
}
.TagClassName
{
border-color: #F8E7CC;
}
</style>