Shades of Caramel #FCD69D
Tints of Caramel #FCD69D
RGB
CMYK
RGB Variations
Color information
#FCD69D (or 0xFCD69D) is known color: Caramel. HEX triplet: FC, D6 and 9D. RGB value is (252,214,157). Sum of RGB (Red+Green+Blue) = 252+214+157=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD69D is #032962. Grayscale: #DBDBDB. Windows color (decimal): -207203 or 10344188. OLE color: 10344188.
HSL color Cylindrical-coordinate representation of color #FCD69D: hue angle of 36º 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 #FCD69D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 157 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.01 |
| HSL | 36º | 0.94% | 0.8% | - |
| HSV(B) | 36º | 0.38% | 0.99% | - |
| XYZ | 70.28 | 71.22 | 41.94 | - |
| YUV | 218.86 | 93.09 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 157 | 0 | 0.15 | 0.38 | 0.01 | 36 | 0.94 | 0.8 |
| Hex | FC | D6 | 9D | 0 | F | 26 | 1 | 24 | 5E | 50 |
| Octal | 374 | 326 | 235 | 0 | 17 | 46 | 1 | 44 | 136 | 120 |
| Binary | 11111100 | 11010110 | 10011101 | 0 | 1111 | 100110 | 1 | 100100 | 1011110 | 1010000 |
Color Harmonies of #FCD69D
Complementary color
Monochromatic Colors of #FCD69D
Black with #FCD69D
Text Example
Text Example
White with #FCD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD69D; }
p { color: rgb(252,214,157); }
H1.HeaderClassName
{
color: #FCD69D;
}
.AnyTagClassName
{
color: #FCD69D;
}
</style>
background-color css
<style>
a { background-color: #FCD69D; }
a { background-color: rgb(252,214,157); }
div.DivClassName
{
background-color: #FCD69D;
}
.BgClassName
{
background-color: #FCD69D;
}
</style>
border-color css
<style>
span { border-color: #FCD69D; }
span { border-color: rgb(252,214,157); }
td.TdClassName
{
border-color: #FCD69D;
}
.TagClassName
{
border-color: #FCD69D;
}
</style>