Shades of Derby #FAE8CA
Tints of Derby #FAE8CA
RGB
CMYK
RGB Variations
Color information
#FAE8CA (or 0xFAE8CA) is known color: Derby. HEX triplet: FA, E8 and CA. RGB value is (250,232,202). Sum of RGB (Red+Green+Blue) = 250+232+202=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8CA is #051735. Grayscale: #EAEAEA. Windows color (decimal): -333622 or 13297914. OLE color: 13297914.
HSL color Cylindrical-coordinate representation of color #FAE8CA: hue angle of 37.5º 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 #FAE8CA is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 202 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.02 |
| HSL | 37.5º | 0.83% | 0.89% | - |
| HSV(B) | 37.5º | 0.19% | 0.98% | - |
| XYZ | 78.94 | 82.3 | 67.6 | - |
| YUV | 233.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 202 | 0 | 0.07 | 0.19 | 0.02 | 37.5 | 0.83 | 0.89 |
| Hex | FA | E8 | CA | 0 | 7 | 13 | 2 | 26 | 53 | 59 |
| Octal | 372 | 350 | 312 | 0 | 7 | 23 | 2 | 46 | 123 | 131 |
| Binary | 11111010 | 11101000 | 11001010 | 0 | 111 | 10011 | 10 | 100110 | 1010011 | 1011001 |
Color Harmonies of #FAE8CA
Complementary color
Monochromatic Colors of #FAE8CA
Black with #FAE8CA
Text Example
Text Example
White with #FAE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8CA; }
p { color: rgb(250,232,202); }
H1.HeaderClassName
{
color: #FAE8CA;
}
.AnyTagClassName
{
color: #FAE8CA;
}
</style>
background-color css
<style>
a { background-color: #FAE8CA; }
a { background-color: rgb(250,232,202); }
div.DivClassName
{
background-color: #FAE8CA;
}
.BgClassName
{
background-color: #FAE8CA;
}
</style>
border-color css
<style>
span { border-color: #FAE8CA; }
span { border-color: rgb(250,232,202); }
td.TdClassName
{
border-color: #FAE8CA;
}
.TagClassName
{
border-color: #FAE8CA;
}
</style>