Shades of Caramel #FADA99
Tints of Caramel #FADA99
RGB
CMYK
RGB Variations
Color information
#FADA99 (or 0xFADA99) is known color: Caramel. HEX triplet: FA, DA and 99. RGB value is (250,218,153). Sum of RGB (Red+Green+Blue) = 250+218+153=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 153 (60.16% from 255 or 24.64% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA99 is #052566. Grayscale: #DCDCDC. Windows color (decimal): -337255 or 10083066. OLE color: 10083066.
HSL color Cylindrical-coordinate representation of color #FADA99: hue angle of 40.21º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FADA99 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 153 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.02 |
| HSL | 40.21º | 0.91% | 0.79% | - |
| HSV(B) | 40.21º | 0.39% | 0.98% | - |
| XYZ | 70.25 | 72.77 | 40.48 | - |
| YUV | 220.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 153 | 0 | 0.13 | 0.39 | 0.02 | 40.21 | 0.91 | 0.79 |
| Hex | FA | DA | 99 | 0 | D | 27 | 2 | 28 | 5B | 4F |
| Octal | 372 | 332 | 231 | 0 | 15 | 47 | 2 | 50 | 133 | 117 |
| Binary | 11111010 | 11011010 | 10011001 | 0 | 1101 | 100111 | 10 | 101000 | 1011011 | 1001111 |
Color Harmonies of #FADA99
Complementary color
Monochromatic Colors of #FADA99
Black with #FADA99
Text Example
Text Example
White with #FADA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA99; }
p { color: rgb(250,218,153); }
H1.HeaderClassName
{
color: #FADA99;
}
.AnyTagClassName
{
color: #FADA99;
}
</style>
background-color css
<style>
a { background-color: #FADA99; }
a { background-color: rgb(250,218,153); }
div.DivClassName
{
background-color: #FADA99;
}
.BgClassName
{
background-color: #FADA99;
}
</style>
border-color css
<style>
span { border-color: #FADA99; }
span { border-color: rgb(250,218,153); }
td.TdClassName
{
border-color: #FADA99;
}
.TagClassName
{
border-color: #FADA99;
}
</style>