Shades of Derby #FAE6CA
Tints of Derby #FAE6CA
RGB
CMYK
RGB Variations
Color information
#FAE6CA (or 0xFAE6CA) is known color: Derby. HEX triplet: FA, E6 and CA. RGB value is (250,230,202). Sum of RGB (Red+Green+Blue) = 250+230+202=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6CA is #051935. Grayscale: #E8E8E8. Windows color (decimal): -334134 or 13297402. OLE color: 13297402.
HSL color Cylindrical-coordinate representation of color #FAE6CA: hue angle of 35º 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 #FAE6CA is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 202 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.02 |
| HSL | 35º | 0.83% | 0.89% | - |
| HSV(B) | 35º | 0.19% | 0.98% | - |
| XYZ | 78.38 | 81.18 | 67.42 | - |
| YUV | 232.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 202 | 0 | 0.08 | 0.19 | 0.02 | 35 | 0.83 | 0.89 |
| Hex | FA | E6 | CA | 0 | 8 | 13 | 2 | 23 | 53 | 59 |
| Octal | 372 | 346 | 312 | 0 | 10 | 23 | 2 | 43 | 123 | 131 |
| Binary | 11111010 | 11100110 | 11001010 | 0 | 1000 | 10011 | 10 | 100011 | 1010011 | 1011001 |
Color Harmonies of #FAE6CA
Complementary color
Monochromatic Colors of #FAE6CA
Black with #FAE6CA
Text Example
Text Example
White with #FAE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6CA; }
p { color: rgb(250,230,202); }
H1.HeaderClassName
{
color: #FAE6CA;
}
.AnyTagClassName
{
color: #FAE6CA;
}
</style>
background-color css
<style>
a { background-color: #FAE6CA; }
a { background-color: rgb(250,230,202); }
div.DivClassName
{
background-color: #FAE6CA;
}
.BgClassName
{
background-color: #FAE6CA;
}
</style>
border-color css
<style>
span { border-color: #FAE6CA; }
span { border-color: rgb(250,230,202); }
td.TdClassName
{
border-color: #FAE6CA;
}
.TagClassName
{
border-color: #FAE6CA;
}
</style>