Shades of Derby #F9E3CB
Tints of Derby #F9E3CB
RGB
CMYK
RGB Variations
Color information
#F9E3CB (or 0xF9E3CB) is known color: Derby. HEX triplet: F9, E3 and CB. RGB value is (249,227,203). Sum of RGB (Red+Green+Blue) = 249+227+203=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E3CB is #061C34. Grayscale: #E6E6E6. Windows color (decimal): -400437 or 13362169. OLE color: 13362169.
HSL color Cylindrical-coordinate representation of color #F9E3CB: hue angle of 31.3º 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 #F9E3CB is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 203 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.02 |
| HSL | 31.3º | 0.79% | 0.89% | - |
| HSV(B) | 31.3º | 0.18% | 0.98% | - |
| XYZ | 77.32 | 79.39 | 67.75 | - |
| YUV | 230.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 203 | 0 | 0.09 | 0.18 | 0.02 | 31.3 | 0.79 | 0.89 |
| Hex | F9 | E3 | CB | 0 | 9 | 12 | 2 | 1F | 4F | 59 |
| Octal | 371 | 343 | 313 | 0 | 11 | 22 | 2 | 37 | 117 | 131 |
| Binary | 11111001 | 11100011 | 11001011 | 0 | 1001 | 10010 | 10 | 11111 | 1001111 | 1011001 |
Color Harmonies of #F9E3CB
Complementary color
Monochromatic Colors of #F9E3CB
Black with #F9E3CB
Text Example
Text Example
White with #F9E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E3CB; }
p { color: rgb(249,227,203); }
H1.HeaderClassName
{
color: #F9E3CB;
}
.AnyTagClassName
{
color: #F9E3CB;
}
</style>
background-color css
<style>
a { background-color: #F9E3CB; }
a { background-color: rgb(249,227,203); }
div.DivClassName
{
background-color: #F9E3CB;
}
.BgClassName
{
background-color: #F9E3CB;
}
</style>
border-color css
<style>
span { border-color: #F9E3CB; }
span { border-color: rgb(249,227,203); }
td.TdClassName
{
border-color: #F9E3CB;
}
.TagClassName
{
border-color: #F9E3CB;
}
</style>