Shades of Caramel #FDDB98
Tints of Caramel #FDDB98
RGB
CMYK
RGB Variations
Color information
#FDDB98 (or 0xFDDB98) is known color: Caramel. HEX triplet: FD, DB and 98. RGB value is (253,219,152). Sum of RGB (Red+Green+Blue) = 253+219+152=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB98 is #022467. Grayscale: #DDDDDD. Windows color (decimal): -140392 or 10017789. OLE color: 10017789.
HSL color Cylindrical-coordinate representation of color #FDDB98: hue angle of 39.8º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDDB98 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 152 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.01 |
| HSL | 39.8º | 0.96% | 0.79% | - |
| HSV(B) | 39.8º | 0.4% | 0.99% | - |
| XYZ | 71.51 | 73.81 | 40.18 | - |
| YUV | 221.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 152 | 0 | 0.13 | 0.40 | 0.01 | 39.8 | 0.96 | 0.79 |
| Hex | FD | DB | 98 | 0 | D | 28 | 1 | 28 | 60 | 4F |
| Octal | 375 | 333 | 230 | 0 | 15 | 50 | 1 | 50 | 140 | 117 |
| Binary | 11111101 | 11011011 | 10011000 | 0 | 1101 | 101000 | 1 | 101000 | 1100000 | 1001111 |
Color Harmonies of #FDDB98
Complementary color
Monochromatic Colors of #FDDB98
Black with #FDDB98
Text Example
Text Example
White with #FDDB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB98; }
p { color: rgb(253,219,152); }
H1.HeaderClassName
{
color: #FDDB98;
}
.AnyTagClassName
{
color: #FDDB98;
}
</style>
background-color css
<style>
a { background-color: #FDDB98; }
a { background-color: rgb(253,219,152); }
div.DivClassName
{
background-color: #FDDB98;
}
.BgClassName
{
background-color: #FDDB98;
}
</style>
border-color css
<style>
span { border-color: #FDDB98; }
span { border-color: rgb(253,219,152); }
td.TdClassName
{
border-color: #FDDB98;
}
.TagClassName
{
border-color: #FDDB98;
}
</style>