Shades of Caramel #FCD898
Tints of Caramel #FCD898
RGB
CMYK
RGB Variations
Color information
#FCD898 (or 0xFCD898) is known color: Caramel. HEX triplet: FC, D8 and 98. RGB value is (252,216,152). Sum of RGB (Red+Green+Blue) = 252+216+152=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD898 is #032767. Grayscale: #DBDBDB. Windows color (decimal): -206696 or 10017020. OLE color: 10017020.
HSL color Cylindrical-coordinate representation of color #FCD898: hue angle of 38.4º degrees, saturation: 0.94, 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 #FCD898 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 152 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.01 |
| HSL | 38.4º | 0.94% | 0.79% | - |
| HSV(B) | 38.4º | 0.4% | 0.99% | - |
| XYZ | 70.37 | 72.07 | 39.91 | - |
| YUV | 219.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 152 | 0 | 0.14 | 0.40 | 0.01 | 38.4 | 0.94 | 0.79 |
| Hex | FC | D8 | 98 | 0 | E | 28 | 1 | 26 | 5E | 4F |
| Octal | 374 | 330 | 230 | 0 | 16 | 50 | 1 | 46 | 136 | 117 |
| Binary | 11111100 | 11011000 | 10011000 | 0 | 1110 | 101000 | 1 | 100110 | 1011110 | 1001111 |
Color Harmonies of #FCD898
Complementary color
Monochromatic Colors of #FCD898
Black with #FCD898
Text Example
Text Example
White with #FCD898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD898; }
p { color: rgb(252,216,152); }
H1.HeaderClassName
{
color: #FCD898;
}
.AnyTagClassName
{
color: #FCD898;
}
</style>
background-color css
<style>
a { background-color: #FCD898; }
a { background-color: rgb(252,216,152); }
div.DivClassName
{
background-color: #FCD898;
}
.BgClassName
{
background-color: #FCD898;
}
</style>
border-color css
<style>
span { border-color: #FCD898; }
span { border-color: rgb(252,216,152); }
td.TdClassName
{
border-color: #FCD898;
}
.TagClassName
{
border-color: #FCD898;
}
</style>