Shades of Caramel #FDD196
Tints of Caramel #FDD196
RGB
CMYK
RGB Variations
Color information
#FDD196 (or 0xFDD196) is known color: Caramel. HEX triplet: FD, D1 and 96. RGB value is (253,209,150). Sum of RGB (Red+Green+Blue) = 253+209+150=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD196 is #022E69. Grayscale: #D7D7D7. Windows color (decimal): -142954 or 9884157. OLE color: 9884157.
HSL color Cylindrical-coordinate representation of color #FDD196: hue angle of 34.37º 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 #FDD196 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 150 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.01 |
| HSL | 34.37º | 0.96% | 0.79% | - |
| HSV(B) | 34.37º | 0.41% | 0.99% | - |
| XYZ | 68.81 | 68.69 | 38.48 | - |
| YUV | 215.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 150 | 0 | 0.17 | 0.41 | 0.01 | 34.37 | 0.96 | 0.79 |
| Hex | FD | D1 | 96 | 0 | 11 | 29 | 1 | 22 | 60 | 4F |
| Octal | 375 | 321 | 226 | 0 | 21 | 51 | 1 | 42 | 140 | 117 |
| Binary | 11111101 | 11010001 | 10010110 | 0 | 10001 | 101001 | 1 | 100010 | 1100000 | 1001111 |
Color Harmonies of #FDD196
Complementary color
Monochromatic Colors of #FDD196
Black with #FDD196
Text Example
Text Example
White with #FDD196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD196; }
p { color: rgb(253,209,150); }
H1.HeaderClassName
{
color: #FDD196;
}
.AnyTagClassName
{
color: #FDD196;
}
</style>
background-color css
<style>
a { background-color: #FDD196; }
a { background-color: rgb(253,209,150); }
div.DivClassName
{
background-color: #FDD196;
}
.BgClassName
{
background-color: #FDD196;
}
</style>
border-color css
<style>
span { border-color: #FDD196; }
span { border-color: rgb(253,209,150); }
td.TdClassName
{
border-color: #FDD196;
}
.TagClassName
{
border-color: #FDD196;
}
</style>