Shades of Derby #F9E5CD
Tints of Derby #F9E5CD
RGB
CMYK
RGB Variations
Color information
#F9E5CD (or 0xF9E5CD) is known color: Derby. HEX triplet: F9, E5 and CD. RGB value is (249,229,205). Sum of RGB (Red+Green+Blue) = 249+229+205=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E5CD is #061A32. Grayscale: #E8E8E8. Windows color (decimal): -399923 or 13493753. OLE color: 13493753.
HSL color Cylindrical-coordinate representation of color #F9E5CD: hue angle of 32.73º degrees, saturation: 0.79, 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 #F9E5CD is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 229 | 205 | - |
CMYK | 0 | 0.08 | 0.18 | 0.02 |
HSL | 32.73º | 0.79% | 0.89% | - |
HSV(B) | 32.73º | 0.18% | 0.98% | - |
XYZ | 78.11 | 80.59 | 69.2 | - |
YUV | 232.24 | 112.63 | 139.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 229 | 205 | 0 | 0.08 | 0.18 | 0.02 | 32.73 | 0.79 | 0.89 |
Hex | F9 | E5 | CD | 0 | 8 | 12 | 2 | 21 | 4F | 59 |
Octal | 371 | 345 | 315 | 0 | 10 | 22 | 2 | 41 | 117 | 131 |
Binary | 11111001 | 11100101 | 11001101 | 0 | 1000 | 10010 | 10 | 100001 | 1001111 | 1011001 |
Color Harmonies of #F9E5CD
Complementary color
Monochromatic Colors of #F9E5CD
Black with #F9E5CD
Text Example
Text Example
White with #F9E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5CD; }
p { color: rgb(249,229,205); }
H1.HeaderClassName
{
color: #F9E5CD;
}
.AnyTagClassName
{
color: #F9E5CD;
}
</style>
background-color css
<style>
a { background-color: #F9E5CD; }
a { background-color: rgb(249,229,205); }
div.DivClassName
{
background-color: #F9E5CD;
}
.BgClassName
{
background-color: #F9E5CD;
}
</style>
border-color css
<style>
span { border-color: #F9E5CD; }
span { border-color: rgb(249,229,205); }
td.TdClassName
{
border-color: #F9E5CD;
}
.TagClassName
{
border-color: #F9E5CD;
}
</style>