Shades of Caramel #FDD696
Tints of Caramel #FDD696
RGB
CMYK
RGB Variations
Color information
#FDD696 (or 0xFDD696) is known color: Caramel. HEX triplet: FD, D6 and 96. RGB value is (253,214,150). Sum of RGB (Red+Green+Blue) = 253+214+150=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD696 is #022969. Grayscale: #DADADA. Windows color (decimal): -141674 or 9885437. OLE color: 9885437.
HSL color Cylindrical-coordinate representation of color #FDD696: hue angle of 37.28º 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 #FDD696 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 150 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.01 |
| HSL | 37.28º | 0.96% | 0.79% | - |
| HSV(B) | 37.28º | 0.41% | 0.99% | - |
| XYZ | 70.06 | 71.18 | 38.9 | - |
| YUV | 218.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 150 | 0 | 0.15 | 0.41 | 0.01 | 37.28 | 0.96 | 0.79 |
| Hex | FD | D6 | 96 | 0 | F | 29 | 1 | 25 | 60 | 4F |
| Octal | 375 | 326 | 226 | 0 | 17 | 51 | 1 | 45 | 140 | 117 |
| Binary | 11111101 | 11010110 | 10010110 | 0 | 1111 | 101001 | 1 | 100101 | 1100000 | 1001111 |
Color Harmonies of #FDD696
Complementary color
Monochromatic Colors of #FDD696
Black with #FDD696
Text Example
Text Example
White with #FDD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD696; }
p { color: rgb(253,214,150); }
H1.HeaderClassName
{
color: #FDD696;
}
.AnyTagClassName
{
color: #FDD696;
}
</style>
background-color css
<style>
a { background-color: #FDD696; }
a { background-color: rgb(253,214,150); }
div.DivClassName
{
background-color: #FDD696;
}
.BgClassName
{
background-color: #FDD696;
}
</style>
border-color css
<style>
span { border-color: #FDD696; }
span { border-color: rgb(253,214,150); }
td.TdClassName
{
border-color: #FDD696;
}
.TagClassName
{
border-color: #FDD696;
}
</style>