Shades of Caramel #FDD49D
Tints of Caramel #FDD49D
RGB
CMYK
RGB Variations
Color information
#FDD49D (or 0xFDD49D) is known color: Caramel. HEX triplet: FD, D4 and 9D. RGB value is (253,212,157). Sum of RGB (Red+Green+Blue) = 253+212+157=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD49D is #022B62. Grayscale: #DADADA. Windows color (decimal): -142179 or 10343677. OLE color: 10343677.
HSL color Cylindrical-coordinate representation of color #FDD49D: hue angle of 34.38º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDD49D is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 157 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.01 |
| HSL | 34.38º | 0.96% | 0.8% | - |
| HSV(B) | 34.38º | 0.38% | 0.99% | - |
| XYZ | 70.14 | 70.4 | 41.79 | - |
| YUV | 217.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 157 | 0 | 0.16 | 0.38 | 0.01 | 34.38 | 0.96 | 0.8 |
| Hex | FD | D4 | 9D | 0 | 10 | 26 | 1 | 22 | 60 | 50 |
| Octal | 375 | 324 | 235 | 0 | 20 | 46 | 1 | 42 | 140 | 120 |
| Binary | 11111101 | 11010100 | 10011101 | 0 | 10000 | 100110 | 1 | 100010 | 1100000 | 1010000 |
Color Harmonies of #FDD49D
Complementary color
Monochromatic Colors of #FDD49D
Black with #FDD49D
Text Example
Text Example
White with #FDD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD49D; }
p { color: rgb(253,212,157); }
H1.HeaderClassName
{
color: #FDD49D;
}
.AnyTagClassName
{
color: #FDD49D;
}
</style>
background-color css
<style>
a { background-color: #FDD49D; }
a { background-color: rgb(253,212,157); }
div.DivClassName
{
background-color: #FDD49D;
}
.BgClassName
{
background-color: #FDD49D;
}
</style>
border-color css
<style>
span { border-color: #FDD49D; }
span { border-color: rgb(253,212,157); }
td.TdClassName
{
border-color: #FDD49D;
}
.TagClassName
{
border-color: #FDD49D;
}
</style>