Shades of Caramel #FAD19C
Tints of Caramel #FAD19C
RGB
CMYK
RGB Variations
Color information
#FAD19C (or 0xFAD19C) is known color: Caramel. HEX triplet: FA, D1 and 9C. RGB value is (250,209,156). Sum of RGB (Red+Green+Blue) = 250+209+156=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD19C is #052E63. Grayscale: #D7D7D7. Windows color (decimal): -339556 or 10277370. OLE color: 10277370.
HSL color Cylindrical-coordinate representation of color #FAD19C: hue angle of 33.83º 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 #FAD19C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 156 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.02 |
| HSL | 33.83º | 0.9% | 0.8% | - |
| HSV(B) | 33.83º | 0.38% | 0.98% | - |
| XYZ | 68.23 | 68.33 | 41.04 | - |
| YUV | 215.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 156 | 0 | 0.16 | 0.38 | 0.02 | 33.83 | 0.9 | 0.8 |
| Hex | FA | D1 | 9C | 0 | 10 | 26 | 2 | 22 | 5A | 50 |
| Octal | 372 | 321 | 234 | 0 | 20 | 46 | 2 | 42 | 132 | 120 |
| Binary | 11111010 | 11010001 | 10011100 | 0 | 10000 | 100110 | 10 | 100010 | 1011010 | 1010000 |
Color Harmonies of #FAD19C
Complementary color
Monochromatic Colors of #FAD19C
Black with #FAD19C
Text Example
Text Example
White with #FAD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD19C; }
p { color: rgb(250,209,156); }
H1.HeaderClassName
{
color: #FAD19C;
}
.AnyTagClassName
{
color: #FAD19C;
}
</style>
background-color css
<style>
a { background-color: #FAD19C; }
a { background-color: rgb(250,209,156); }
div.DivClassName
{
background-color: #FAD19C;
}
.BgClassName
{
background-color: #FAD19C;
}
</style>
border-color css
<style>
span { border-color: #FAD19C; }
span { border-color: rgb(250,209,156); }
td.TdClassName
{
border-color: #FAD19C;
}
.TagClassName
{
border-color: #FAD19C;
}
</style>