Shades of Derby #FAE5CC
Tints of Derby #FAE5CC
RGB
CMYK
RGB Variations
Color information
#FAE5CC (or 0xFAE5CC) is known color: Derby. HEX triplet: FA, E5 and CC. RGB value is (250,229,204). Sum of RGB (Red+Green+Blue) = 250+229+204=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5CC is #051A33. Grayscale: #E8E8E8. Windows color (decimal): -334388 or 13428218. OLE color: 13428218.
HSL color Cylindrical-coordinate representation of color #FAE5CC: hue angle of 32.61º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAE5CC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 204 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.02 |
| HSL | 32.61º | 0.82% | 0.89% | - |
| HSV(B) | 32.61º | 0.18% | 0.98% | - |
| XYZ | 78.34 | 80.72 | 68.58 | - |
| YUV | 232.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 204 | 0 | 0.08 | 0.18 | 0.02 | 32.61 | 0.82 | 0.89 |
| Hex | FA | E5 | CC | 0 | 8 | 12 | 2 | 21 | 52 | 59 |
| Octal | 372 | 345 | 314 | 0 | 10 | 22 | 2 | 41 | 122 | 131 |
| Binary | 11111010 | 11100101 | 11001100 | 0 | 1000 | 10010 | 10 | 100001 | 1010010 | 1011001 |
Color Harmonies of #FAE5CC
Complementary color
Monochromatic Colors of #FAE5CC
Black with #FAE5CC
Text Example
Text Example
White with #FAE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5CC; }
p { color: rgb(250,229,204); }
H1.HeaderClassName
{
color: #FAE5CC;
}
.AnyTagClassName
{
color: #FAE5CC;
}
</style>
background-color css
<style>
a { background-color: #FAE5CC; }
a { background-color: rgb(250,229,204); }
div.DivClassName
{
background-color: #FAE5CC;
}
.BgClassName
{
background-color: #FAE5CC;
}
</style>
border-color css
<style>
span { border-color: #FAE5CC; }
span { border-color: rgb(250,229,204); }
td.TdClassName
{
border-color: #FAE5CC;
}
.TagClassName
{
border-color: #FAE5CC;
}
</style>