Shades of Caramel #FDDB99
Tints of Caramel #FDDB99
RGB
CMYK
RGB Variations
Color information
#FDDB99 (or 0xFDDB99) is known color: Caramel. HEX triplet: FD, DB and 99. RGB value is (253,219,153). Sum of RGB (Red+Green+Blue) = 253+219+153=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 153 (60.16% from 255 or 24.48% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB99 is #022466. Grayscale: #DDDDDD. Windows color (decimal): -140391 or 10083325. OLE color: 10083325.
HSL color Cylindrical-coordinate representation of color #FDDB99: hue angle of 39.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDDB99 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 153 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.01 |
| HSL | 39.6º | 0.96% | 0.8% | - |
| HSV(B) | 39.6º | 0.4% | 0.99% | - |
| XYZ | 71.59 | 73.85 | 40.62 | - |
| YUV | 221.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 153 | 0 | 0.13 | 0.40 | 0.01 | 39.6 | 0.96 | 0.8 |
| Hex | FD | DB | 99 | 0 | D | 28 | 1 | 28 | 60 | 50 |
| Octal | 375 | 333 | 231 | 0 | 15 | 50 | 1 | 50 | 140 | 120 |
| Binary | 11111101 | 11011011 | 10011001 | 0 | 1101 | 101000 | 1 | 101000 | 1100000 | 1010000 |
Color Harmonies of #FDDB99
Complementary color
Monochromatic Colors of #FDDB99
Black with #FDDB99
Text Example
Text Example
White with #FDDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB99; }
p { color: rgb(253,219,153); }
H1.HeaderClassName
{
color: #FDDB99;
}
.AnyTagClassName
{
color: #FDDB99;
}
</style>
background-color css
<style>
a { background-color: #FDDB99; }
a { background-color: rgb(253,219,153); }
div.DivClassName
{
background-color: #FDDB99;
}
.BgClassName
{
background-color: #FDDB99;
}
</style>
border-color css
<style>
span { border-color: #FDDB99; }
span { border-color: rgb(253,219,153); }
td.TdClassName
{
border-color: #FDDB99;
}
.TagClassName
{
border-color: #FDDB99;
}
</style>