Shades of Caramel #FCDA9C
Tints of Caramel #FCDA9C
RGB
CMYK
RGB Variations
Color information
#FCDA9C (or 0xFCDA9C) is known color: Caramel. HEX triplet: FC, DA and 9C. RGB value is (252,218,156). Sum of RGB (Red+Green+Blue) = 252+218+156=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA9C is #032563. Grayscale: #DDDDDD. Windows color (decimal): -206180 or 10279676. OLE color: 10279676.
HSL color Cylindrical-coordinate representation of color #FCDA9C: hue angle of 38.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCDA9C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 156 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.01 |
| HSL | 38.75º | 0.94% | 0.8% | - |
| HSV(B) | 38.75º | 0.38% | 0.99% | - |
| XYZ | 71.22 | 73.24 | 41.84 | - |
| YUV | 221.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 156 | 0 | 0.13 | 0.38 | 0.01 | 38.75 | 0.94 | 0.8 |
| Hex | FC | DA | 9C | 0 | D | 26 | 1 | 27 | 5E | 50 |
| Octal | 374 | 332 | 234 | 0 | 15 | 46 | 1 | 47 | 136 | 120 |
| Binary | 11111100 | 11011010 | 10011100 | 0 | 1101 | 100110 | 1 | 100111 | 1011110 | 1010000 |
Color Harmonies of #FCDA9C
Complementary color
Monochromatic Colors of #FCDA9C
Black with #FCDA9C
Text Example
Text Example
White with #FCDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA9C; }
p { color: rgb(252,218,156); }
H1.HeaderClassName
{
color: #FCDA9C;
}
.AnyTagClassName
{
color: #FCDA9C;
}
</style>
background-color css
<style>
a { background-color: #FCDA9C; }
a { background-color: rgb(252,218,156); }
div.DivClassName
{
background-color: #FCDA9C;
}
.BgClassName
{
background-color: #FCDA9C;
}
</style>
border-color css
<style>
span { border-color: #FCDA9C; }
span { border-color: rgb(252,218,156); }
td.TdClassName
{
border-color: #FCDA9C;
}
.TagClassName
{
border-color: #FCDA9C;
}
</style>