Shades of Caramel #FADA95
Tints of Caramel #FADA95
RGB
CMYK
RGB Variations
Color information
#FADA95 (or 0xFADA95) is known color: Caramel. HEX triplet: FA, DA and 95. RGB value is (250,218,149). Sum of RGB (Red+Green+Blue) = 250+218+149=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA95 is #05256A. Grayscale: #DCDCDC. Windows color (decimal): -337259 or 9820922. OLE color: 9820922.
HSL color Cylindrical-coordinate representation of color #FADA95: hue angle of 40.99º 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 #FADA95 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 149 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.02 |
| HSL | 40.99º | 0.91% | 0.78% | - |
| HSV(B) | 40.99º | 0.4% | 0.98% | - |
| XYZ | 69.92 | 72.64 | 38.77 | - |
| YUV | 219.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 149 | 0 | 0.13 | 0.40 | 0.02 | 40.99 | 0.91 | 0.78 |
| Hex | FA | DA | 95 | 0 | D | 28 | 2 | 29 | 5B | 4E |
| Octal | 372 | 332 | 225 | 0 | 15 | 50 | 2 | 51 | 133 | 116 |
| Binary | 11111010 | 11011010 | 10010101 | 0 | 1101 | 101000 | 10 | 101001 | 1011011 | 1001110 |
Color Harmonies of #FADA95
Complementary color
Monochromatic Colors of #FADA95
Black with #FADA95
Text Example
Text Example
White with #FADA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA95; }
p { color: rgb(250,218,149); }
H1.HeaderClassName
{
color: #FADA95;
}
.AnyTagClassName
{
color: #FADA95;
}
</style>
background-color css
<style>
a { background-color: #FADA95; }
a { background-color: rgb(250,218,149); }
div.DivClassName
{
background-color: #FADA95;
}
.BgClassName
{
background-color: #FADA95;
}
</style>
border-color css
<style>
span { border-color: #FADA95; }
span { border-color: rgb(250,218,149); }
td.TdClassName
{
border-color: #FADA95;
}
.TagClassName
{
border-color: #FADA95;
}
</style>