Shades of Caramel #FAD49C
Tints of Caramel #FAD49C
RGB
CMYK
RGB Variations
Color information
#FAD49C (or 0xFAD49C) is known color: Caramel. HEX triplet: FA, D4 and 9C. RGB value is (250,212,156). Sum of RGB (Red+Green+Blue) = 250+212+156=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD49C is #052B63. Grayscale: #D9D9D9. Windows color (decimal): -338788 or 10278138. OLE color: 10278138.
HSL color Cylindrical-coordinate representation of color #FAD49C: hue angle of 35.74º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAD49C is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 156 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.02 |
| HSL | 35.74º | 0.9% | 0.8% | - |
| HSV(B) | 35.74º | 0.38% | 0.98% | - |
| XYZ | 68.97 | 69.81 | 41.29 | - |
| YUV | 216.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 156 | 0 | 0.15 | 0.38 | 0.02 | 35.74 | 0.9 | 0.8 |
| Hex | FA | D4 | 9C | 0 | F | 26 | 2 | 24 | 5A | 50 |
| Octal | 372 | 324 | 234 | 0 | 17 | 46 | 2 | 44 | 132 | 120 |
| Binary | 11111010 | 11010100 | 10011100 | 0 | 1111 | 100110 | 10 | 100100 | 1011010 | 1010000 |
Color Harmonies of #FAD49C
Complementary color
Monochromatic Colors of #FAD49C
Black with #FAD49C
Text Example
Text Example
White with #FAD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD49C; }
p { color: rgb(250,212,156); }
H1.HeaderClassName
{
color: #FAD49C;
}
.AnyTagClassName
{
color: #FAD49C;
}
</style>
background-color css
<style>
a { background-color: #FAD49C; }
a { background-color: rgb(250,212,156); }
div.DivClassName
{
background-color: #FAD49C;
}
.BgClassName
{
background-color: #FAD49C;
}
</style>
border-color css
<style>
span { border-color: #FAD49C; }
span { border-color: rgb(250,212,156); }
td.TdClassName
{
border-color: #FAD49C;
}
.TagClassName
{
border-color: #FAD49C;
}
</style>