Shades of Derby #FAE5CB
Tints of Derby #FAE5CB
RGB
CMYK
RGB Variations
Color information
#FAE5CB (or 0xFAE5CB) is known color: Derby. HEX triplet: FA, E5 and CB. RGB value is (250,229,203). Sum of RGB (Red+Green+Blue) = 250+229+203=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 203 (79.69% from 255 or 29.77% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5CB is #051A34. Grayscale: #E8E8E8. Windows color (decimal): -334389 or 13362682. OLE color: 13362682.
HSL color Cylindrical-coordinate representation of color #FAE5CB: hue angle of 33.19º 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 #FAE5CB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 203 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.02 |
| HSL | 33.19º | 0.82% | 0.89% | - |
| HSV(B) | 33.19º | 0.19% | 0.98% | - |
| XYZ | 78.22 | 80.67 | 67.95 | - |
| YUV | 232.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 203 | 0 | 0.08 | 0.19 | 0.02 | 33.19 | 0.82 | 0.89 |
| Hex | FA | E5 | CB | 0 | 8 | 13 | 2 | 21 | 52 | 59 |
| Octal | 372 | 345 | 313 | 0 | 10 | 23 | 2 | 41 | 122 | 131 |
| Binary | 11111010 | 11100101 | 11001011 | 0 | 1000 | 10011 | 10 | 100001 | 1010010 | 1011001 |
Color Harmonies of #FAE5CB
Complementary color
Monochromatic Colors of #FAE5CB
Black with #FAE5CB
Text Example
Text Example
White with #FAE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5CB; }
p { color: rgb(250,229,203); }
H1.HeaderClassName
{
color: #FAE5CB;
}
.AnyTagClassName
{
color: #FAE5CB;
}
</style>
background-color css
<style>
a { background-color: #FAE5CB; }
a { background-color: rgb(250,229,203); }
div.DivClassName
{
background-color: #FAE5CB;
}
.BgClassName
{
background-color: #FAE5CB;
}
</style>
border-color css
<style>
span { border-color: #FAE5CB; }
span { border-color: rgb(250,229,203); }
td.TdClassName
{
border-color: #FAE5CB;
}
.TagClassName
{
border-color: #FAE5CB;
}
</style>