Shades of Caramel #FCD48D
Tints of Caramel #FCD48D
RGB
CMYK
RGB Variations
Color information
#FCD48D (or 0xFCD48D) is known color: Caramel. HEX triplet: FC, D4 and 8D. RGB value is (252,212,141). Sum of RGB (Red+Green+Blue) = 252+212+141=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD48D is #032B72. Grayscale: #D8D8D8. Windows color (decimal): -207731 or 9295100. OLE color: 9295100.
HSL color Cylindrical-coordinate representation of color #FCD48D: hue angle of 38.38º 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 #FCD48D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 141 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.01 |
| HSL | 38.38º | 0.95% | 0.77% | - |
| HSV(B) | 38.38º | 0.44% | 0.99% | - |
| XYZ | 68.5 | 69.71 | 35.04 | - |
| YUV | 215.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 141 | 0 | 0.16 | 0.44 | 0.01 | 38.38 | 0.95 | 0.77 |
| Hex | FC | D4 | 8D | 0 | 10 | 2C | 1 | 26 | 5F | 4D |
| Octal | 374 | 324 | 215 | 0 | 20 | 54 | 1 | 46 | 137 | 115 |
| Binary | 11111100 | 11010100 | 10001101 | 0 | 10000 | 101100 | 1 | 100110 | 1011111 | 1001101 |
Color Harmonies of #FCD48D
Complementary color
Monochromatic Colors of #FCD48D
Black with #FCD48D
Text Example
Text Example
White with #FCD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD48D; }
p { color: rgb(252,212,141); }
H1.HeaderClassName
{
color: #FCD48D;
}
.AnyTagClassName
{
color: #FCD48D;
}
</style>
background-color css
<style>
a { background-color: #FCD48D; }
a { background-color: rgb(252,212,141); }
div.DivClassName
{
background-color: #FCD48D;
}
.BgClassName
{
background-color: #FCD48D;
}
</style>
border-color css
<style>
span { border-color: #FCD48D; }
span { border-color: rgb(252,212,141); }
td.TdClassName
{
border-color: #FCD48D;
}
.TagClassName
{
border-color: #FCD48D;
}
</style>