Shades of Derby #FAE6CC
Tints of Derby #FAE6CC
RGB
CMYK
RGB Variations
Color information
#FAE6CC (or 0xFAE6CC) is known color: Derby. HEX triplet: FA, E6 and CC. RGB value is (250,230,204). Sum of RGB (Red+Green+Blue) = 250+230+204=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6CC is #051933. Grayscale: #E9E9E9. Windows color (decimal): -334132 or 13428474. OLE color: 13428474.
HSL color Cylindrical-coordinate representation of color #FAE6CC: hue angle of 33.91º 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 #FAE6CC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 204 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.02 |
| HSL | 33.91º | 0.82% | 0.89% | - |
| HSV(B) | 33.91º | 0.18% | 0.98% | - |
| XYZ | 78.62 | 81.28 | 68.67 | - |
| YUV | 233.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 204 | 0 | 0.08 | 0.18 | 0.02 | 33.91 | 0.82 | 0.89 |
| Hex | FA | E6 | CC | 0 | 8 | 12 | 2 | 22 | 52 | 59 |
| Octal | 372 | 346 | 314 | 0 | 10 | 22 | 2 | 42 | 122 | 131 |
| Binary | 11111010 | 11100110 | 11001100 | 0 | 1000 | 10010 | 10 | 100010 | 1010010 | 1011001 |
Color Harmonies of #FAE6CC
Complementary color
Monochromatic Colors of #FAE6CC
Black with #FAE6CC
Text Example
Text Example
White with #FAE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6CC; }
p { color: rgb(250,230,204); }
H1.HeaderClassName
{
color: #FAE6CC;
}
.AnyTagClassName
{
color: #FAE6CC;
}
</style>
background-color css
<style>
a { background-color: #FAE6CC; }
a { background-color: rgb(250,230,204); }
div.DivClassName
{
background-color: #FAE6CC;
}
.BgClassName
{
background-color: #FAE6CC;
}
</style>
border-color css
<style>
span { border-color: #FAE6CC; }
span { border-color: rgb(250,230,204); }
td.TdClassName
{
border-color: #FAE6CC;
}
.TagClassName
{
border-color: #FAE6CC;
}
</style>