Shades of Derby #FAE7CA
Tints of Derby #FAE7CA
RGB
CMYK
RGB Variations
Color information
#FAE7CA (or 0xFAE7CA) is known color: Derby. HEX triplet: FA, E7 and CA. RGB value is (250,231,202). Sum of RGB (Red+Green+Blue) = 250+231+202=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7CA is #051835. Grayscale: #E9E9E9. Windows color (decimal): -333878 or 13297658. OLE color: 13297658.
HSL color Cylindrical-coordinate representation of color #FAE7CA: hue angle of 36.25º degrees, saturation: 0.83, 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 #FAE7CA is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 202 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.02 |
| HSL | 36.25º | 0.83% | 0.89% | - |
| HSV(B) | 36.25º | 0.19% | 0.98% | - |
| XYZ | 78.66 | 81.74 | 67.51 | - |
| YUV | 233.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 202 | 0 | 0.08 | 0.19 | 0.02 | 36.25 | 0.83 | 0.89 |
| Hex | FA | E7 | CA | 0 | 8 | 13 | 2 | 24 | 53 | 59 |
| Octal | 372 | 347 | 312 | 0 | 10 | 23 | 2 | 44 | 123 | 131 |
| Binary | 11111010 | 11100111 | 11001010 | 0 | 1000 | 10011 | 10 | 100100 | 1010011 | 1011001 |
Color Harmonies of #FAE7CA
Complementary color
Monochromatic Colors of #FAE7CA
Black with #FAE7CA
Text Example
Text Example
White with #FAE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7CA; }
p { color: rgb(250,231,202); }
H1.HeaderClassName
{
color: #FAE7CA;
}
.AnyTagClassName
{
color: #FAE7CA;
}
</style>
background-color css
<style>
a { background-color: #FAE7CA; }
a { background-color: rgb(250,231,202); }
div.DivClassName
{
background-color: #FAE7CA;
}
.BgClassName
{
background-color: #FAE7CA;
}
</style>
border-color css
<style>
span { border-color: #FAE7CA; }
span { border-color: rgb(250,231,202); }
td.TdClassName
{
border-color: #FAE7CA;
}
.TagClassName
{
border-color: #FAE7CA;
}
</style>