Shades of Caramel #FCD891
Tints of Caramel #FCD891
RGB
CMYK
RGB Variations
Color information
#FCD891 (or 0xFCD891) is known color: Caramel. HEX triplet: FC, D8 and 91. RGB value is (252,216,145). Sum of RGB (Red+Green+Blue) = 252+216+145=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD891 is #03276E. Grayscale: #DADADA. Windows color (decimal): -206703 or 9558268. OLE color: 9558268.
HSL color Cylindrical-coordinate representation of color #FCD891: hue angle of 39.81º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCD891 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 145 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.01 |
| HSL | 39.81º | 0.95% | 0.78% | - |
| HSV(B) | 39.81º | 0.42% | 0.99% | - |
| XYZ | 69.81 | 71.85 | 36.98 | - |
| YUV | 218.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 145 | 0 | 0.14 | 0.42 | 0.01 | 39.81 | 0.95 | 0.78 |
| Hex | FC | D8 | 91 | 0 | E | 2A | 1 | 28 | 5F | 4E |
| Octal | 374 | 330 | 221 | 0 | 16 | 52 | 1 | 50 | 137 | 116 |
| Binary | 11111100 | 11011000 | 10010001 | 0 | 1110 | 101010 | 1 | 101000 | 1011111 | 1001110 |
Color Harmonies of #FCD891
Complementary color
Monochromatic Colors of #FCD891
Black with #FCD891
Text Example
Text Example
White with #FCD891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD891; }
p { color: rgb(252,216,145); }
H1.HeaderClassName
{
color: #FCD891;
}
.AnyTagClassName
{
color: #FCD891;
}
</style>
background-color css
<style>
a { background-color: #FCD891; }
a { background-color: rgb(252,216,145); }
div.DivClassName
{
background-color: #FCD891;
}
.BgClassName
{
background-color: #FCD891;
}
</style>
border-color css
<style>
span { border-color: #FCD891; }
span { border-color: rgb(252,216,145); }
td.TdClassName
{
border-color: #FCD891;
}
.TagClassName
{
border-color: #FCD891;
}
</style>