Shades of Derby #F7E5CC
Tints of Derby #F7E5CC
RGB
CMYK
RGB Variations
Color information
#F7E5CC (or 0xF7E5CC) is known color: Derby. HEX triplet: F7, E5 and CC. RGB value is (247,229,204). Sum of RGB (Red+Green+Blue) = 247+229+204=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E5CC is #081A33. Grayscale: #E7E7E7. Windows color (decimal): -530996 or 13428215. OLE color: 13428215.
HSL color Cylindrical-coordinate representation of color #F7E5CC: hue angle of 34.88º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7E5CC is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 204 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.03 |
| HSL | 34.88º | 0.73% | 0.88% | - |
| HSV(B) | 34.88º | 0.17% | 0.97% | - |
| XYZ | 77.28 | 80.17 | 68.53 | - |
| YUV | 231.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 204 | 0 | 0.07 | 0.17 | 0.03 | 34.88 | 0.73 | 0.88 |
| Hex | F7 | E5 | CC | 0 | 7 | 11 | 3 | 23 | 49 | 58 |
| Octal | 367 | 345 | 314 | 0 | 7 | 21 | 3 | 43 | 111 | 130 |
| Binary | 11110111 | 11100101 | 11001100 | 0 | 111 | 10001 | 11 | 100011 | 1001001 | 1011000 |
Color Harmonies of #F7E5CC
Complementary color
Monochromatic Colors of #F7E5CC
Black with #F7E5CC
Text Example
Text Example
White with #F7E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E5CC; }
p { color: rgb(247,229,204); }
H1.HeaderClassName
{
color: #F7E5CC;
}
.AnyTagClassName
{
color: #F7E5CC;
}
</style>
background-color css
<style>
a { background-color: #F7E5CC; }
a { background-color: rgb(247,229,204); }
div.DivClassName
{
background-color: #F7E5CC;
}
.BgClassName
{
background-color: #F7E5CC;
}
</style>
border-color css
<style>
span { border-color: #F7E5CC; }
span { border-color: rgb(247,229,204); }
td.TdClassName
{
border-color: #F7E5CC;
}
.TagClassName
{
border-color: #F7E5CC;
}
</style>