Shades of Derby #FAE2CA
Tints of Derby #FAE2CA
RGB
CMYK
RGB Variations
Color information
#FAE2CA (or 0xFAE2CA) is known color: Derby. HEX triplet: FA, E2 and CA. RGB value is (250,226,202). Sum of RGB (Red+Green+Blue) = 250+226+202=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CA is #051D35. Grayscale: #E6E6E6. Windows color (decimal): -335158 or 13296378. OLE color: 13296378.
HSL color Cylindrical-coordinate representation of color #FAE2CA: hue angle of 30º 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 #FAE2CA is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 202 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.02 |
| HSL | 30º | 0.83% | 0.89% | - |
| HSV(B) | 30º | 0.19% | 0.98% | - |
| XYZ | 77.28 | 78.98 | 67.05 | - |
| YUV | 230.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 202 | 0 | 0.10 | 0.19 | 0.02 | 30 | 0.83 | 0.89 |
| Hex | FA | E2 | CA | 0 | A | 13 | 2 | 1E | 53 | 59 |
| Octal | 372 | 342 | 312 | 0 | 12 | 23 | 2 | 36 | 123 | 131 |
| Binary | 11111010 | 11100010 | 11001010 | 0 | 1010 | 10011 | 10 | 11110 | 1010011 | 1011001 |
Color Harmonies of #FAE2CA
Complementary color
Monochromatic Colors of #FAE2CA
Black with #FAE2CA
Text Example
Text Example
White with #FAE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2CA; }
p { color: rgb(250,226,202); }
H1.HeaderClassName
{
color: #FAE2CA;
}
.AnyTagClassName
{
color: #FAE2CA;
}
</style>
background-color css
<style>
a { background-color: #FAE2CA; }
a { background-color: rgb(250,226,202); }
div.DivClassName
{
background-color: #FAE2CA;
}
.BgClassName
{
background-color: #FAE2CA;
}
</style>
border-color css
<style>
span { border-color: #FAE2CA; }
span { border-color: rgb(250,226,202); }
td.TdClassName
{
border-color: #FAE2CA;
}
.TagClassName
{
border-color: #FAE2CA;
}
</style>