Shades of Derby #FDE7C9
Tints of Derby #FDE7C9
RGB
CMYK
RGB Variations
Color information
#FDE7C9 (or 0xFDE7C9) is known color: Derby. HEX triplet: FD, E7 and C9. RGB value is (253,231,201). Sum of RGB (Red+Green+Blue) = 253+231+201=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 201 (78.91% from 255 or 29.34% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7C9 is #021836. Grayscale: #EAEAEA. Windows color (decimal): -137271 or 13232125. OLE color: 13232125.
HSL color Cylindrical-coordinate representation of color #FDE7C9: hue angle of 34.62º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDE7C9 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 201 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.01 |
| HSL | 34.62º | 0.93% | 0.89% | - |
| HSV(B) | 34.62º | 0.21% | 0.99% | - |
| XYZ | 79.63 | 82.25 | 66.94 | - |
| YUV | 234.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 201 | 0 | 0.09 | 0.21 | 0.01 | 34.62 | 0.93 | 0.89 |
| Hex | FD | E7 | C9 | 0 | 9 | 15 | 1 | 23 | 5D | 59 |
| Octal | 375 | 347 | 311 | 0 | 11 | 25 | 1 | 43 | 135 | 131 |
| Binary | 11111101 | 11100111 | 11001001 | 0 | 1001 | 10101 | 1 | 100011 | 1011101 | 1011001 |
Color Harmonies of #FDE7C9
Complementary color
Monochromatic Colors of #FDE7C9
Black with #FDE7C9
Text Example
Text Example
White with #FDE7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7C9; }
p { color: rgb(253,231,201); }
H1.HeaderClassName
{
color: #FDE7C9;
}
.AnyTagClassName
{
color: #FDE7C9;
}
</style>
background-color css
<style>
a { background-color: #FDE7C9; }
a { background-color: rgb(253,231,201); }
div.DivClassName
{
background-color: #FDE7C9;
}
.BgClassName
{
background-color: #FDE7C9;
}
</style>
border-color css
<style>
span { border-color: #FDE7C9; }
span { border-color: rgb(253,231,201); }
td.TdClassName
{
border-color: #FDE7C9;
}
.TagClassName
{
border-color: #FDE7C9;
}
</style>