Shades of Derby #FAE3CC
Tints of Derby #FAE3CC
RGB
CMYK
RGB Variations
Color information
#FAE3CC (or 0xFAE3CC) is known color: Derby. HEX triplet: FA, E3 and CC. RGB value is (250,227,204). Sum of RGB (Red+Green+Blue) = 250+227+204=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3CC is #051C33. Grayscale: #E7E7E7. Windows color (decimal): -334900 or 13427706. OLE color: 13427706.
HSL color Cylindrical-coordinate representation of color #FAE3CC: hue angle of 30º 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 #FAE3CC is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 204 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.02 |
| HSL | 30º | 0.82% | 0.89% | - |
| HSV(B) | 30º | 0.18% | 0.98% | - |
| XYZ | 77.79 | 79.62 | 68.4 | - |
| YUV | 231.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 204 | 0 | 0.09 | 0.18 | 0.02 | 30 | 0.82 | 0.89 |
| Hex | FA | E3 | CC | 0 | 9 | 12 | 2 | 1E | 52 | 59 |
| Octal | 372 | 343 | 314 | 0 | 11 | 22 | 2 | 36 | 122 | 131 |
| Binary | 11111010 | 11100011 | 11001100 | 0 | 1001 | 10010 | 10 | 11110 | 1010010 | 1011001 |
Color Harmonies of #FAE3CC
Complementary color
Monochromatic Colors of #FAE3CC
Black with #FAE3CC
Text Example
Text Example
White with #FAE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3CC; }
p { color: rgb(250,227,204); }
H1.HeaderClassName
{
color: #FAE3CC;
}
.AnyTagClassName
{
color: #FAE3CC;
}
</style>
background-color css
<style>
a { background-color: #FAE3CC; }
a { background-color: rgb(250,227,204); }
div.DivClassName
{
background-color: #FAE3CC;
}
.BgClassName
{
background-color: #FAE3CC;
}
</style>
border-color css
<style>
span { border-color: #FAE3CC; }
span { border-color: rgb(250,227,204); }
td.TdClassName
{
border-color: #FAE3CC;
}
.TagClassName
{
border-color: #FAE3CC;
}
</style>