Shades of Caramel #FCDB99
Tints of Caramel #FCDB99
RGB
CMYK
RGB Variations
Color information
#FCDB99 (or 0xFCDB99) is known color: Caramel. HEX triplet: FC, DB and 99. RGB value is (252,219,153). Sum of RGB (Red+Green+Blue) = 252+219+153=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 153 (60.16% from 255 or 24.52% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB99 is #032466. Grayscale: #DDDDDD. Windows color (decimal): -205927 or 10083324. OLE color: 10083324.
HSL color Cylindrical-coordinate representation of color #FCDB99: hue angle of 40º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCDB99 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 153 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.01 |
| HSL | 40º | 0.94% | 0.79% | - |
| HSV(B) | 40º | 0.39% | 0.99% | - |
| XYZ | 71.23 | 73.66 | 40.6 | - |
| YUV | 221.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 153 | 0 | 0.13 | 0.39 | 0.01 | 40 | 0.94 | 0.79 |
| Hex | FC | DB | 99 | 0 | D | 27 | 1 | 28 | 5E | 4F |
| Octal | 374 | 333 | 231 | 0 | 15 | 47 | 1 | 50 | 136 | 117 |
| Binary | 11111100 | 11011011 | 10011001 | 0 | 1101 | 100111 | 1 | 101000 | 1011110 | 1001111 |
Color Harmonies of #FCDB99
Complementary color
Monochromatic Colors of #FCDB99
Black with #FCDB99
Text Example
Text Example
White with #FCDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB99; }
p { color: rgb(252,219,153); }
H1.HeaderClassName
{
color: #FCDB99;
}
.AnyTagClassName
{
color: #FCDB99;
}
</style>
background-color css
<style>
a { background-color: #FCDB99; }
a { background-color: rgb(252,219,153); }
div.DivClassName
{
background-color: #FCDB99;
}
.BgClassName
{
background-color: #FCDB99;
}
</style>
border-color css
<style>
span { border-color: #FCDB99; }
span { border-color: rgb(252,219,153); }
td.TdClassName
{
border-color: #FCDB99;
}
.TagClassName
{
border-color: #FCDB99;
}
</style>