Shades of Caramel #FCD88D
Tints of Caramel #FCD88D
RGB
CMYK
RGB Variations
Color information
#FCD88D (or 0xFCD88D) is known color: Caramel. HEX triplet: FC, D8 and 8D. RGB value is (252,216,141). Sum of RGB (Red+Green+Blue) = 252+216+141=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD88D is #032772. Grayscale: #DADADA. Windows color (decimal): -206707 or 9296124. OLE color: 9296124.
HSL color Cylindrical-coordinate representation of color #FCD88D: hue angle of 40.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCD88D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 141 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.01 |
| HSL | 40.54º | 0.95% | 0.77% | - |
| HSV(B) | 40.54º | 0.44% | 0.99% | - |
| XYZ | 69.51 | 71.73 | 35.38 | - |
| YUV | 218.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 141 | 0 | 0.14 | 0.44 | 0.01 | 40.54 | 0.95 | 0.77 |
| Hex | FC | D8 | 8D | 0 | E | 2C | 1 | 29 | 5F | 4D |
| Octal | 374 | 330 | 215 | 0 | 16 | 54 | 1 | 51 | 137 | 115 |
| Binary | 11111100 | 11011000 | 10001101 | 0 | 1110 | 101100 | 1 | 101001 | 1011111 | 1001101 |
Color Harmonies of #FCD88D
Complementary color
Monochromatic Colors of #FCD88D
Black with #FCD88D
Text Example
Text Example
White with #FCD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD88D; }
p { color: rgb(252,216,141); }
H1.HeaderClassName
{
color: #FCD88D;
}
.AnyTagClassName
{
color: #FCD88D;
}
</style>
background-color css
<style>
a { background-color: #FCD88D; }
a { background-color: rgb(252,216,141); }
div.DivClassName
{
background-color: #FCD88D;
}
.BgClassName
{
background-color: #FCD88D;
}
</style>
border-color css
<style>
span { border-color: #FCD88D; }
span { border-color: rgb(252,216,141); }
td.TdClassName
{
border-color: #FCD88D;
}
.TagClassName
{
border-color: #FCD88D;
}
</style>