Shades of Caramel #FDD891
Tints of Caramel #FDD891
RGB
CMYK
RGB Variations
Color information
#FDD891 (or 0xFDD891) is known color: Caramel. HEX triplet: FD, D8 and 91. RGB value is (253,216,145). Sum of RGB (Red+Green+Blue) = 253+216+145=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD891 is #02276E. Grayscale: #DBDBDB. Windows color (decimal): -141167 or 9558269. OLE color: 9558269.
HSL color Cylindrical-coordinate representation of color #FDD891: hue angle of 39.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD891 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 145 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.01 |
| HSL | 39.44º | 0.96% | 0.78% | - |
| HSV(B) | 39.44º | 0.43% | 0.99% | - |
| XYZ | 70.17 | 72.04 | 36.99 | - |
| YUV | 218.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 145 | 0 | 0.15 | 0.43 | 0.01 | 39.44 | 0.96 | 0.78 |
| Hex | FD | D8 | 91 | 0 | F | 2B | 1 | 27 | 60 | 4E |
| Octal | 375 | 330 | 221 | 0 | 17 | 53 | 1 | 47 | 140 | 116 |
| Binary | 11111101 | 11011000 | 10010001 | 0 | 1111 | 101011 | 1 | 100111 | 1100000 | 1001110 |
Color Harmonies of #FDD891
Complementary color
Monochromatic Colors of #FDD891
Black with #FDD891
Text Example
Text Example
White with #FDD891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD891; }
p { color: rgb(253,216,145); }
H1.HeaderClassName
{
color: #FDD891;
}
.AnyTagClassName
{
color: #FDD891;
}
</style>
background-color css
<style>
a { background-color: #FDD891; }
a { background-color: rgb(253,216,145); }
div.DivClassName
{
background-color: #FDD891;
}
.BgClassName
{
background-color: #FDD891;
}
</style>
border-color css
<style>
span { border-color: #FDD891; }
span { border-color: rgb(253,216,145); }
td.TdClassName
{
border-color: #FDD891;
}
.TagClassName
{
border-color: #FDD891;
}
</style>