Shades of Derby #FAE4CB
Tints of Derby #FAE4CB
RGB
CMYK
RGB Variations
Color information
#FAE4CB (or 0xFAE4CB) is known color: Derby. HEX triplet: FA, E4 and CB. RGB value is (250,228,203). Sum of RGB (Red+Green+Blue) = 250+228+203=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4CB is #051B34. Grayscale: #E7E7E7. Windows color (decimal): -334645 or 13362426. OLE color: 13362426.
HSL color Cylindrical-coordinate representation of color #FAE4CB: hue angle of 31.91º 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 #FAE4CB is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 203 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.02 |
| HSL | 31.91º | 0.82% | 0.89% | - |
| HSV(B) | 31.91º | 0.19% | 0.98% | - |
| XYZ | 77.95 | 80.12 | 67.86 | - |
| YUV | 231.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 203 | 0 | 0.09 | 0.19 | 0.02 | 31.91 | 0.82 | 0.89 |
| Hex | FA | E4 | CB | 0 | 9 | 13 | 2 | 20 | 52 | 59 |
| Octal | 372 | 344 | 313 | 0 | 11 | 23 | 2 | 40 | 122 | 131 |
| Binary | 11111010 | 11100100 | 11001011 | 0 | 1001 | 10011 | 10 | 100000 | 1010010 | 1011001 |
Color Harmonies of #FAE4CB
Complementary color
Monochromatic Colors of #FAE4CB
Black with #FAE4CB
Text Example
Text Example
White with #FAE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4CB; }
p { color: rgb(250,228,203); }
H1.HeaderClassName
{
color: #FAE4CB;
}
.AnyTagClassName
{
color: #FAE4CB;
}
</style>
background-color css
<style>
a { background-color: #FAE4CB; }
a { background-color: rgb(250,228,203); }
div.DivClassName
{
background-color: #FAE4CB;
}
.BgClassName
{
background-color: #FAE4CB;
}
</style>
border-color css
<style>
span { border-color: #FAE4CB; }
span { border-color: rgb(250,228,203); }
td.TdClassName
{
border-color: #FAE4CB;
}
.TagClassName
{
border-color: #FAE4CB;
}
</style>