Shades of Caramel #FDDB96
Tints of Caramel #FDDB96
RGB
CMYK
RGB Variations
Color information
#FDDB96 (or 0xFDDB96) is known color: Caramel. HEX triplet: FD, DB and 96. RGB value is (253,219,150). Sum of RGB (Red+Green+Blue) = 253+219+150=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB96 is #022469. Grayscale: #DDDDDD. Windows color (decimal): -140394 or 9886717. OLE color: 9886717.
HSL color Cylindrical-coordinate representation of color #FDDB96: hue angle of 40.19º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDDB96 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 150 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.01 |
| HSL | 40.19º | 0.96% | 0.79% | - |
| HSV(B) | 40.19º | 0.41% | 0.99% | - |
| XYZ | 71.34 | 73.75 | 39.33 | - |
| YUV | 221.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 150 | 0 | 0.13 | 0.41 | 0.01 | 40.19 | 0.96 | 0.79 |
| Hex | FD | DB | 96 | 0 | D | 29 | 1 | 28 | 60 | 4F |
| Octal | 375 | 333 | 226 | 0 | 15 | 51 | 1 | 50 | 140 | 117 |
| Binary | 11111101 | 11011011 | 10010110 | 0 | 1101 | 101001 | 1 | 101000 | 1100000 | 1001111 |
Color Harmonies of #FDDB96
Complementary color
Monochromatic Colors of #FDDB96
Black with #FDDB96
Text Example
Text Example
White with #FDDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB96; }
p { color: rgb(253,219,150); }
H1.HeaderClassName
{
color: #FDDB96;
}
.AnyTagClassName
{
color: #FDDB96;
}
</style>
background-color css
<style>
a { background-color: #FDDB96; }
a { background-color: rgb(253,219,150); }
div.DivClassName
{
background-color: #FDDB96;
}
.BgClassName
{
background-color: #FDDB96;
}
</style>
border-color css
<style>
span { border-color: #FDDB96; }
span { border-color: rgb(253,219,150); }
td.TdClassName
{
border-color: #FDDB96;
}
.TagClassName
{
border-color: #FDDB96;
}
</style>