Shades of Caramel #FCDB9B
Tints of Caramel #FCDB9B
RGB
CMYK
RGB Variations
Color information
#FCDB9B (or 0xFCDB9B) is known color: Caramel. HEX triplet: FC, DB and 9B. RGB value is (252,219,155). Sum of RGB (Red+Green+Blue) = 252+219+155=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB9B is #032464. Grayscale: #DDDDDD. Windows color (decimal): -205925 or 10214396. OLE color: 10214396.
HSL color Cylindrical-coordinate representation of color #FCDB9B: hue angle of 39.59º degrees, saturation: 0.94, 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 #FCDB9B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 155 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.01 |
| HSL | 39.59º | 0.94% | 0.8% | - |
| HSV(B) | 39.59º | 0.38% | 0.99% | - |
| XYZ | 71.39 | 73.73 | 41.48 | - |
| YUV | 221.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 155 | 0 | 0.13 | 0.38 | 0.01 | 39.59 | 0.94 | 0.8 |
| Hex | FC | DB | 9B | 0 | D | 26 | 1 | 28 | 5E | 50 |
| Octal | 374 | 333 | 233 | 0 | 15 | 46 | 1 | 50 | 136 | 120 |
| Binary | 11111100 | 11011011 | 10011011 | 0 | 1101 | 100110 | 1 | 101000 | 1011110 | 1010000 |
Color Harmonies of #FCDB9B
Complementary color
Monochromatic Colors of #FCDB9B
Black with #FCDB9B
Text Example
Text Example
White with #FCDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB9B; }
p { color: rgb(252,219,155); }
H1.HeaderClassName
{
color: #FCDB9B;
}
.AnyTagClassName
{
color: #FCDB9B;
}
</style>
background-color css
<style>
a { background-color: #FCDB9B; }
a { background-color: rgb(252,219,155); }
div.DivClassName
{
background-color: #FCDB9B;
}
.BgClassName
{
background-color: #FCDB9B;
}
</style>
border-color css
<style>
span { border-color: #FCDB9B; }
span { border-color: rgb(252,219,155); }
td.TdClassName
{
border-color: #FCDB9B;
}
.TagClassName
{
border-color: #FCDB9B;
}
</style>