Shades of Caramel #FDDB9B
Tints of Caramel #FDDB9B
RGB
CMYK
RGB Variations
Color information
#FDDB9B (or 0xFDDB9B) is known color: Caramel. HEX triplet: FD, DB and 9B. RGB value is (253,219,155). Sum of RGB (Red+Green+Blue) = 253+219+155=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 155 (60.94% from 255 or 24.72% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB9B is #022464. Grayscale: #DEDEDE. Windows color (decimal): -140389 or 10214397. OLE color: 10214397.
HSL color Cylindrical-coordinate representation of color #FDDB9B: hue angle of 39.18º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDDB9B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 155 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.01 |
| HSL | 39.18º | 0.96% | 0.8% | - |
| HSV(B) | 39.18º | 0.39% | 0.99% | - |
| XYZ | 71.76 | 73.91 | 41.49 | - |
| YUV | 221.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 155 | 0 | 0.13 | 0.39 | 0.01 | 39.18 | 0.96 | 0.8 |
| Hex | FD | DB | 9B | 0 | D | 27 | 1 | 27 | 60 | 50 |
| Octal | 375 | 333 | 233 | 0 | 15 | 47 | 1 | 47 | 140 | 120 |
| Binary | 11111101 | 11011011 | 10011011 | 0 | 1101 | 100111 | 1 | 100111 | 1100000 | 1010000 |
Color Harmonies of #FDDB9B
Complementary color
Monochromatic Colors of #FDDB9B
Black with #FDDB9B
Text Example
Text Example
White with #FDDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB9B; }
p { color: rgb(253,219,155); }
H1.HeaderClassName
{
color: #FDDB9B;
}
.AnyTagClassName
{
color: #FDDB9B;
}
</style>
background-color css
<style>
a { background-color: #FDDB9B; }
a { background-color: rgb(253,219,155); }
div.DivClassName
{
background-color: #FDDB9B;
}
.BgClassName
{
background-color: #FDDB9B;
}
</style>
border-color css
<style>
span { border-color: #FDDB9B; }
span { border-color: rgb(253,219,155); }
td.TdClassName
{
border-color: #FDDB9B;
}
.TagClassName
{
border-color: #FDDB9B;
}
</style>