Shades of Caramel #FCDA93
Tints of Caramel #FCDA93
RGB
CMYK
RGB Variations
Color information
#FCDA93 (or 0xFCDA93) is known color: Caramel. HEX triplet: FC, DA and 93. RGB value is (252,218,147). Sum of RGB (Red+Green+Blue) = 252+218+147=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA93 is #03256C. Grayscale: #DCDCDC. Windows color (decimal): -206189 or 9689852. OLE color: 9689852.
HSL color Cylindrical-coordinate representation of color #FCDA93: hue angle of 40.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCDA93 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 147 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.01 |
| HSL | 40.57º | 0.95% | 0.78% | - |
| HSV(B) | 40.57º | 0.42% | 0.99% | - |
| XYZ | 70.48 | 72.94 | 37.97 | - |
| YUV | 220.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 147 | 0 | 0.13 | 0.42 | 0.01 | 40.57 | 0.95 | 0.78 |
| Hex | FC | DA | 93 | 0 | D | 2A | 1 | 29 | 5F | 4E |
| Octal | 374 | 332 | 223 | 0 | 15 | 52 | 1 | 51 | 137 | 116 |
| Binary | 11111100 | 11011010 | 10010011 | 0 | 1101 | 101010 | 1 | 101001 | 1011111 | 1001110 |
Color Harmonies of #FCDA93
Complementary color
Monochromatic Colors of #FCDA93
Black with #FCDA93
Text Example
Text Example
White with #FCDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA93; }
p { color: rgb(252,218,147); }
H1.HeaderClassName
{
color: #FCDA93;
}
.AnyTagClassName
{
color: #FCDA93;
}
</style>
background-color css
<style>
a { background-color: #FCDA93; }
a { background-color: rgb(252,218,147); }
div.DivClassName
{
background-color: #FCDA93;
}
.BgClassName
{
background-color: #FCDA93;
}
</style>
border-color css
<style>
span { border-color: #FCDA93; }
span { border-color: rgb(252,218,147); }
td.TdClassName
{
border-color: #FCDA93;
}
.TagClassName
{
border-color: #FCDA93;
}
</style>