Shades of Derby #FAE7CB
Tints of Derby #FAE7CB
RGB
CMYK
RGB Variations
Color information
#FAE7CB (or 0xFAE7CB) is known color: Derby. HEX triplet: FA, E7 and CB. RGB value is (250,231,203). Sum of RGB (Red+Green+Blue) = 250+231+203=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7CB is #051834. Grayscale: #E9E9E9. Windows color (decimal): -333877 or 13363194. OLE color: 13363194.
HSL color Cylindrical-coordinate representation of color #FAE7CB: hue angle of 35.74º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAE7CB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 203 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.02 |
| HSL | 35.74º | 0.82% | 0.89% | - |
| HSV(B) | 35.74º | 0.19% | 0.98% | - |
| XYZ | 78.78 | 81.79 | 68.13 | - |
| YUV | 233.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 203 | 0 | 0.08 | 0.19 | 0.02 | 35.74 | 0.82 | 0.89 |
| Hex | FA | E7 | CB | 0 | 8 | 13 | 2 | 24 | 52 | 59 |
| Octal | 372 | 347 | 313 | 0 | 10 | 23 | 2 | 44 | 122 | 131 |
| Binary | 11111010 | 11100111 | 11001011 | 0 | 1000 | 10011 | 10 | 100100 | 1010010 | 1011001 |
Color Harmonies of #FAE7CB
Complementary color
Monochromatic Colors of #FAE7CB
Black with #FAE7CB
Text Example
Text Example
White with #FAE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7CB; }
p { color: rgb(250,231,203); }
H1.HeaderClassName
{
color: #FAE7CB;
}
.AnyTagClassName
{
color: #FAE7CB;
}
</style>
background-color css
<style>
a { background-color: #FAE7CB; }
a { background-color: rgb(250,231,203); }
div.DivClassName
{
background-color: #FAE7CB;
}
.BgClassName
{
background-color: #FAE7CB;
}
</style>
border-color css
<style>
span { border-color: #FAE7CB; }
span { border-color: rgb(250,231,203); }
td.TdClassName
{
border-color: #FAE7CB;
}
.TagClassName
{
border-color: #FAE7CB;
}
</style>