Shades of Derby #FDE7C7
Tints of Derby #FDE7C7
RGB
CMYK
RGB Variations
Color information
#FDE7C7 (or 0xFDE7C7) is known color: Derby. HEX triplet: FD, E7 and C7. RGB value is (253,231,199). Sum of RGB (Red+Green+Blue) = 253+231+199=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 199 (78.12% from 255 or 29.14% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7C7 is #021838. Grayscale: #EAEAEA. Windows color (decimal): -137273 or 13101053. OLE color: 13101053.
HSL color Cylindrical-coordinate representation of color #FDE7C7: hue angle of 35.56º 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 #FDE7C7 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 199 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.01 |
| HSL | 35.56º | 0.93% | 0.89% | - |
| HSV(B) | 35.56º | 0.21% | 0.99% | - |
| XYZ | 79.39 | 82.16 | 65.71 | - |
| YUV | 233.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 199 | 0 | 0.09 | 0.21 | 0.01 | 35.56 | 0.93 | 0.89 |
| Hex | FD | E7 | C7 | 0 | 9 | 15 | 1 | 24 | 5D | 59 |
| Octal | 375 | 347 | 307 | 0 | 11 | 25 | 1 | 44 | 135 | 131 |
| Binary | 11111101 | 11100111 | 11000111 | 0 | 1001 | 10101 | 1 | 100100 | 1011101 | 1011001 |
Color Harmonies of #FDE7C7
Complementary color
Monochromatic Colors of #FDE7C7
Black with #FDE7C7
Text Example
Text Example
White with #FDE7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7C7; }
p { color: rgb(253,231,199); }
H1.HeaderClassName
{
color: #FDE7C7;
}
.AnyTagClassName
{
color: #FDE7C7;
}
</style>
background-color css
<style>
a { background-color: #FDE7C7; }
a { background-color: rgb(253,231,199); }
div.DivClassName
{
background-color: #FDE7C7;
}
.BgClassName
{
background-color: #FDE7C7;
}
</style>
border-color css
<style>
span { border-color: #FDE7C7; }
span { border-color: rgb(253,231,199); }
td.TdClassName
{
border-color: #FDE7C7;
}
.TagClassName
{
border-color: #FDE7C7;
}
</style>