Shades of Caramel #FDD48D
Tints of Caramel #FDD48D
RGB
CMYK
RGB Variations
Color information
#FDD48D (or 0xFDD48D) is known color: Caramel. HEX triplet: FD, D4 and 8D. RGB value is (253,212,141). Sum of RGB (Red+Green+Blue) = 253+212+141=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD48D is #022B72. Grayscale: #D8D8D8. Windows color (decimal): -142195 or 9295101. OLE color: 9295101.
HSL color Cylindrical-coordinate representation of color #FDD48D: hue angle of 38.04º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDD48D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 141 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.01 |
| HSL | 38.04º | 0.97% | 0.77% | - |
| HSV(B) | 38.04º | 0.44% | 0.99% | - |
| XYZ | 68.86 | 69.89 | 35.06 | - |
| YUV | 216.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 141 | 0 | 0.16 | 0.44 | 0.01 | 38.04 | 0.97 | 0.77 |
| Hex | FD | D4 | 8D | 0 | 10 | 2C | 1 | 26 | 61 | 4D |
| Octal | 375 | 324 | 215 | 0 | 20 | 54 | 1 | 46 | 141 | 115 |
| Binary | 11111101 | 11010100 | 10001101 | 0 | 10000 | 101100 | 1 | 100110 | 1100001 | 1001101 |
Color Harmonies of #FDD48D
Complementary color
Monochromatic Colors of #FDD48D
Black with #FDD48D
Text Example
Text Example
White with #FDD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD48D; }
p { color: rgb(253,212,141); }
H1.HeaderClassName
{
color: #FDD48D;
}
.AnyTagClassName
{
color: #FDD48D;
}
</style>
background-color css
<style>
a { background-color: #FDD48D; }
a { background-color: rgb(253,212,141); }
div.DivClassName
{
background-color: #FDD48D;
}
.BgClassName
{
background-color: #FDD48D;
}
</style>
border-color css
<style>
span { border-color: #FDD48D; }
span { border-color: rgb(253,212,141); }
td.TdClassName
{
border-color: #FDD48D;
}
.TagClassName
{
border-color: #FDD48D;
}
</style>