Shades of Caramel #FADA96
Tints of Caramel #FADA96
RGB
CMYK
RGB Variations
Color information
#FADA96 (or 0xFADA96) is known color: Caramel. HEX triplet: FA, DA and 96. RGB value is (250,218,150). Sum of RGB (Red+Green+Blue) = 250+218+150=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA96 is #052569. Grayscale: #DCDCDC. Windows color (decimal): -337258 or 9886458. OLE color: 9886458.
HSL color Cylindrical-coordinate representation of color #FADA96: hue angle of 40.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FADA96 is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 150 | - |
| CMYK | 0 | 0.13 | 0.4 | 0.02 |
| HSL | 40.8º | 0.91% | 0.78% | - |
| HSV(B) | 40.8º | 0.4% | 0.98% | - |
| XYZ | 70 | 72.67 | 39.19 | - |
| YUV | 219.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 150 | 0 | 0.13 | 0.4 | 0.02 | 40.8 | 0.91 | 0.78 |
| Hex | FA | DA | 96 | 0 | D | 28 | 2 | 29 | 5B | 4E |
| Octal | 372 | 332 | 226 | 0 | 15 | 50 | 2 | 51 | 133 | 116 |
| Binary | 11111010 | 11011010 | 10010110 | 0 | 1101 | 101000 | 10 | 101001 | 1011011 | 1001110 |
Color Harmonies of #FADA96
Complementary color
Monochromatic Colors of #FADA96
Black with #FADA96
Text Example
Text Example
White with #FADA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA96; }
p { color: rgb(250,218,150); }
H1.HeaderClassName
{
color: #FADA96;
}
.AnyTagClassName
{
color: #FADA96;
}
</style>
background-color css
<style>
a { background-color: #FADA96; }
a { background-color: rgb(250,218,150); }
div.DivClassName
{
background-color: #FADA96;
}
.BgClassName
{
background-color: #FADA96;
}
</style>
border-color css
<style>
span { border-color: #FADA96; }
span { border-color: rgb(250,218,150); }
td.TdClassName
{
border-color: #FADA96;
}
.TagClassName
{
border-color: #FADA96;
}
</style>