Shades of Derby #F9E2CB
Tints of Derby #F9E2CB
RGB
CMYK
RGB Variations
Color information
#F9E2CB (or 0xF9E2CB) is known color: Derby. HEX triplet: F9, E2 and CB. RGB value is (249,226,203). Sum of RGB (Red+Green+Blue) = 249+226+203=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2CB is #061D34. Grayscale: #E6E6E6. Windows color (decimal): -400693 or 13361913. OLE color: 13361913.
HSL color Cylindrical-coordinate representation of color #F9E2CB: hue angle of 30º 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 #F9E2CB is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 203 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.02 |
| HSL | 30º | 0.79% | 0.89% | - |
| HSV(B) | 30º | 0.18% | 0.98% | - |
| XYZ | 77.04 | 78.84 | 67.66 | - |
| YUV | 230.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 203 | 0 | 0.09 | 0.18 | 0.02 | 30 | 0.79 | 0.89 |
| Hex | F9 | E2 | CB | 0 | 9 | 12 | 2 | 1E | 4F | 59 |
| Octal | 371 | 342 | 313 | 0 | 11 | 22 | 2 | 36 | 117 | 131 |
| Binary | 11111001 | 11100010 | 11001011 | 0 | 1001 | 10010 | 10 | 11110 | 1001111 | 1011001 |
Color Harmonies of #F9E2CB
Complementary color
Monochromatic Colors of #F9E2CB
Black with #F9E2CB
Text Example
Text Example
White with #F9E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E2CB; }
p { color: rgb(249,226,203); }
H1.HeaderClassName
{
color: #F9E2CB;
}
.AnyTagClassName
{
color: #F9E2CB;
}
</style>
background-color css
<style>
a { background-color: #F9E2CB; }
a { background-color: rgb(249,226,203); }
div.DivClassName
{
background-color: #F9E2CB;
}
.BgClassName
{
background-color: #F9E2CB;
}
</style>
border-color css
<style>
span { border-color: #F9E2CB; }
span { border-color: rgb(249,226,203); }
td.TdClassName
{
border-color: #F9E2CB;
}
.TagClassName
{
border-color: #F9E2CB;
}
</style>