Shades of Derby #F9E5CC
Tints of Derby #F9E5CC
RGB
CMYK
RGB Variations
Color information
#F9E5CC (or 0xF9E5CC) is known color: Derby. HEX triplet: F9, E5 and CC. RGB value is (249,229,204). Sum of RGB (Red+Green+Blue) = 249+229+204=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E5CC is #061A33. Grayscale: #E8E8E8. Windows color (decimal): -399924 or 13428217. OLE color: 13428217.
HSL color Cylindrical-coordinate representation of color #F9E5CC: hue angle of 33.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9E5CC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 204 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.02 |
| HSL | 33.33º | 0.79% | 0.89% | - |
| HSV(B) | 33.33º | 0.18% | 0.98% | - |
| XYZ | 77.99 | 80.54 | 68.56 | - |
| YUV | 232.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 204 | 0 | 0.08 | 0.18 | 0.02 | 33.33 | 0.79 | 0.89 |
| Hex | F9 | E5 | CC | 0 | 8 | 12 | 2 | 21 | 4F | 59 |
| Octal | 371 | 345 | 314 | 0 | 10 | 22 | 2 | 41 | 117 | 131 |
| Binary | 11111001 | 11100101 | 11001100 | 0 | 1000 | 10010 | 10 | 100001 | 1001111 | 1011001 |
Color Harmonies of #F9E5CC
Complementary color
Monochromatic Colors of #F9E5CC
Black with #F9E5CC
Text Example
Text Example
White with #F9E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5CC; }
p { color: rgb(249,229,204); }
H1.HeaderClassName
{
color: #F9E5CC;
}
.AnyTagClassName
{
color: #F9E5CC;
}
</style>
background-color css
<style>
a { background-color: #F9E5CC; }
a { background-color: rgb(249,229,204); }
div.DivClassName
{
background-color: #F9E5CC;
}
.BgClassName
{
background-color: #F9E5CC;
}
</style>
border-color css
<style>
span { border-color: #F9E5CC; }
span { border-color: rgb(249,229,204); }
td.TdClassName
{
border-color: #F9E5CC;
}
.TagClassName
{
border-color: #F9E5CC;
}
</style>