Shades of Caramel #FCD29B
Tints of Caramel #FCD29B
RGB
CMYK
RGB Variations
Color information
#FCD29B (or 0xFCD29B) is known color: Caramel. HEX triplet: FC, D2 and 9B. RGB value is (252,210,155). Sum of RGB (Red+Green+Blue) = 252+210+155=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 155 (60.94% from 255 or 25.12% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD29B is #032D64. Grayscale: #D8D8D8. Windows color (decimal): -208229 or 10212092. OLE color: 10212092.
HSL color Cylindrical-coordinate representation of color #FCD29B: hue angle of 34.02º 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 #FCD29B is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 155 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.01 |
| HSL | 34.02º | 0.94% | 0.8% | - |
| HSV(B) | 34.02º | 0.38% | 0.99% | - |
| XYZ | 69.11 | 69.16 | 40.72 | - |
| YUV | 216.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 155 | 0 | 0.17 | 0.38 | 0.01 | 34.02 | 0.94 | 0.8 |
| Hex | FC | D2 | 9B | 0 | 11 | 26 | 1 | 22 | 5E | 50 |
| Octal | 374 | 322 | 233 | 0 | 21 | 46 | 1 | 42 | 136 | 120 |
| Binary | 11111100 | 11010010 | 10011011 | 0 | 10001 | 100110 | 1 | 100010 | 1011110 | 1010000 |
Color Harmonies of #FCD29B
Complementary color
Monochromatic Colors of #FCD29B
Black with #FCD29B
Text Example
Text Example
White with #FCD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD29B; }
p { color: rgb(252,210,155); }
H1.HeaderClassName
{
color: #FCD29B;
}
.AnyTagClassName
{
color: #FCD29B;
}
</style>
background-color css
<style>
a { background-color: #FCD29B; }
a { background-color: rgb(252,210,155); }
div.DivClassName
{
background-color: #FCD29B;
}
.BgClassName
{
background-color: #FCD29B;
}
</style>
border-color css
<style>
span { border-color: #FCD29B; }
span { border-color: rgb(252,210,155); }
td.TdClassName
{
border-color: #FCD29B;
}
.TagClassName
{
border-color: #FCD29B;
}
</style>