Shades of Derby #FAE6CB
Tints of Derby #FAE6CB
RGB
CMYK
RGB Variations
Color information
#FAE6CB (or 0xFAE6CB) is known color: Derby. HEX triplet: FA, E6 and CB. RGB value is (250,230,203). Sum of RGB (Red+Green+Blue) = 250+230+203=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6CB is #051934. Grayscale: #E9E9E9. Windows color (decimal): -334133 or 13362938. OLE color: 13362938.
HSL color Cylindrical-coordinate representation of color #FAE6CB: hue angle of 34.47º degrees, saturation: 0.82, 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 #FAE6CB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 203 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.02 |
| HSL | 34.47º | 0.82% | 0.89% | - |
| HSV(B) | 34.47º | 0.19% | 0.98% | - |
| XYZ | 78.5 | 81.23 | 68.04 | - |
| YUV | 232.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 203 | 0 | 0.08 | 0.19 | 0.02 | 34.47 | 0.82 | 0.89 |
| Hex | FA | E6 | CB | 0 | 8 | 13 | 2 | 22 | 52 | 59 |
| Octal | 372 | 346 | 313 | 0 | 10 | 23 | 2 | 42 | 122 | 131 |
| Binary | 11111010 | 11100110 | 11001011 | 0 | 1000 | 10011 | 10 | 100010 | 1010010 | 1011001 |
Color Harmonies of #FAE6CB
Complementary color
Monochromatic Colors of #FAE6CB
Black with #FAE6CB
Text Example
Text Example
White with #FAE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6CB; }
p { color: rgb(250,230,203); }
H1.HeaderClassName
{
color: #FAE6CB;
}
.AnyTagClassName
{
color: #FAE6CB;
}
</style>
background-color css
<style>
a { background-color: #FAE6CB; }
a { background-color: rgb(250,230,203); }
div.DivClassName
{
background-color: #FAE6CB;
}
.BgClassName
{
background-color: #FAE6CB;
}
</style>
border-color css
<style>
span { border-color: #FAE6CB; }
span { border-color: rgb(250,230,203); }
td.TdClassName
{
border-color: #FAE6CB;
}
.TagClassName
{
border-color: #FAE6CB;
}
</style>