Shades of Derby #FAE7C9
Tints of Derby #FAE7C9
RGB
CMYK
RGB Variations
Color information
#FAE7C9 (or 0xFAE7C9) is known color: Derby. HEX triplet: FA, E7 and C9. RGB value is (250,231,201). Sum of RGB (Red+Green+Blue) = 250+231+201=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7C9 is #051836. Grayscale: #E9E9E9. Windows color (decimal): -333879 or 13232122. OLE color: 13232122.
HSL color Cylindrical-coordinate representation of color #FAE7C9: hue angle of 36.73º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAE7C9 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 201 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.02 |
| HSL | 36.73º | 0.83% | 0.88% | - |
| HSV(B) | 36.73º | 0.2% | 0.98% | - |
| XYZ | 78.54 | 81.69 | 66.89 | - |
| YUV | 233.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 201 | 0 | 0.08 | 0.20 | 0.02 | 36.73 | 0.83 | 0.88 |
| Hex | FA | E7 | C9 | 0 | 8 | 14 | 2 | 25 | 53 | 58 |
| Octal | 372 | 347 | 311 | 0 | 10 | 24 | 2 | 45 | 123 | 130 |
| Binary | 11111010 | 11100111 | 11001001 | 0 | 1000 | 10100 | 10 | 100101 | 1010011 | 1011000 |
Color Harmonies of #FAE7C9
Complementary color
Monochromatic Colors of #FAE7C9
Black with #FAE7C9
Text Example
Text Example
White with #FAE7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7C9; }
p { color: rgb(250,231,201); }
H1.HeaderClassName
{
color: #FAE7C9;
}
.AnyTagClassName
{
color: #FAE7C9;
}
</style>
background-color css
<style>
a { background-color: #FAE7C9; }
a { background-color: rgb(250,231,201); }
div.DivClassName
{
background-color: #FAE7C9;
}
.BgClassName
{
background-color: #FAE7C9;
}
</style>
border-color css
<style>
span { border-color: #FAE7C9; }
span { border-color: rgb(250,231,201); }
td.TdClassName
{
border-color: #FAE7C9;
}
.TagClassName
{
border-color: #FAE7C9;
}
</style>