Shades of Derby #FAE3CA
Tints of Derby #FAE3CA
RGB
CMYK
RGB Variations
Color information
#FAE3CA (or 0xFAE3CA) is known color: Derby. HEX triplet: FA, E3 and CA. RGB value is (250,227,202). Sum of RGB (Red+Green+Blue) = 250+227+202=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3CA is #051C35. Grayscale: #E7E7E7. Windows color (decimal): -334902 or 13296634. OLE color: 13296634.
HSL color Cylindrical-coordinate representation of color #FAE3CA: hue angle of 31.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 #FAE3CA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 202 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.02 |
| HSL | 31.25º | 0.83% | 0.89% | - |
| HSV(B) | 31.25º | 0.19% | 0.98% | - |
| XYZ | 77.55 | 79.53 | 67.14 | - |
| YUV | 231.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 202 | 0 | 0.09 | 0.19 | 0.02 | 31.25 | 0.83 | 0.89 |
| Hex | FA | E3 | CA | 0 | 9 | 13 | 2 | 1F | 53 | 59 |
| Octal | 372 | 343 | 312 | 0 | 11 | 23 | 2 | 37 | 123 | 131 |
| Binary | 11111010 | 11100011 | 11001010 | 0 | 1001 | 10011 | 10 | 11111 | 1010011 | 1011001 |
Color Harmonies of #FAE3CA
Complementary color
Monochromatic Colors of #FAE3CA
Black with #FAE3CA
Text Example
Text Example
White with #FAE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3CA; }
p { color: rgb(250,227,202); }
H1.HeaderClassName
{
color: #FAE3CA;
}
.AnyTagClassName
{
color: #FAE3CA;
}
</style>
background-color css
<style>
a { background-color: #FAE3CA; }
a { background-color: rgb(250,227,202); }
div.DivClassName
{
background-color: #FAE3CA;
}
.BgClassName
{
background-color: #FAE3CA;
}
</style>
border-color css
<style>
span { border-color: #FAE3CA; }
span { border-color: rgb(250,227,202); }
td.TdClassName
{
border-color: #FAE3CA;
}
.TagClassName
{
border-color: #FAE3CA;
}
</style>