Shades of Derby #FAE4C6
Tints of Derby #FAE4C6
RGB
CMYK
RGB Variations
Color information
#FAE4C6 (or 0xFAE4C6) is known color: Derby. HEX triplet: FA, E4 and C6. RGB value is (250,228,198). Sum of RGB (Red+Green+Blue) = 250+228+198=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 198 (77.73% from 255 or 29.29% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C6 is #051B39. Grayscale: #E7E7E7. Windows color (decimal): -334650 or 13034746. OLE color: 13034746.
HSL color Cylindrical-coordinate representation of color #FAE4C6: hue angle of 34.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAE4C6 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 198 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.02 |
| HSL | 34.62º | 0.84% | 0.88% | - |
| HSV(B) | 34.62º | 0.21% | 0.98% | - |
| XYZ | 77.36 | 79.89 | 64.77 | - |
| YUV | 231.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 198 | 0 | 0.09 | 0.21 | 0.02 | 34.62 | 0.84 | 0.88 |
| Hex | FA | E4 | C6 | 0 | 9 | 15 | 2 | 23 | 54 | 58 |
| Octal | 372 | 344 | 306 | 0 | 11 | 25 | 2 | 43 | 124 | 130 |
| Binary | 11111010 | 11100100 | 11000110 | 0 | 1001 | 10101 | 10 | 100011 | 1010100 | 1011000 |
Color Harmonies of #FAE4C6
Complementary color
Monochromatic Colors of #FAE4C6
Black with #FAE4C6
Text Example
Text Example
White with #FAE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4C6; }
p { color: rgb(250,228,198); }
H1.HeaderClassName
{
color: #FAE4C6;
}
.AnyTagClassName
{
color: #FAE4C6;
}
</style>
background-color css
<style>
a { background-color: #FAE4C6; }
a { background-color: rgb(250,228,198); }
div.DivClassName
{
background-color: #FAE4C6;
}
.BgClassName
{
background-color: #FAE4C6;
}
</style>
border-color css
<style>
span { border-color: #FAE4C6; }
span { border-color: rgb(250,228,198); }
td.TdClassName
{
border-color: #FAE4C6;
}
.TagClassName
{
border-color: #FAE4C6;
}
</style>