Shades of Caramel #FAD29D
Tints of Caramel #FAD29D
RGB
CMYK
RGB Variations
Color information
#FAD29D (or 0xFAD29D) is known color: Caramel. HEX triplet: FA, D2 and 9D. RGB value is (250,210,157). Sum of RGB (Red+Green+Blue) = 250+210+157=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD29D is #052D62. Grayscale: #D8D8D8. Windows color (decimal): -339299 or 10343162. OLE color: 10343162.
HSL color Cylindrical-coordinate representation of color #FAD29D: hue angle of 34.19º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAD29D is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 157 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.02 |
| HSL | 34.19º | 0.9% | 0.8% | - |
| HSV(B) | 34.19º | 0.37% | 0.98% | - |
| XYZ | 68.56 | 68.85 | 41.57 | - |
| YUV | 215.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 157 | 0 | 0.16 | 0.37 | 0.02 | 34.19 | 0.9 | 0.8 |
| Hex | FA | D2 | 9D | 0 | 10 | 25 | 2 | 22 | 5A | 50 |
| Octal | 372 | 322 | 235 | 0 | 20 | 45 | 2 | 42 | 132 | 120 |
| Binary | 11111010 | 11010010 | 10011101 | 0 | 10000 | 100101 | 10 | 100010 | 1011010 | 1010000 |
Color Harmonies of #FAD29D
Complementary color
Monochromatic Colors of #FAD29D
Black with #FAD29D
Text Example
Text Example
White with #FAD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD29D; }
p { color: rgb(250,210,157); }
H1.HeaderClassName
{
color: #FAD29D;
}
.AnyTagClassName
{
color: #FAD29D;
}
</style>
background-color css
<style>
a { background-color: #FAD29D; }
a { background-color: rgb(250,210,157); }
div.DivClassName
{
background-color: #FAD29D;
}
.BgClassName
{
background-color: #FAD29D;
}
</style>
border-color css
<style>
span { border-color: #FAD29D; }
span { border-color: rgb(250,210,157); }
td.TdClassName
{
border-color: #FAD29D;
}
.TagClassName
{
border-color: #FAD29D;
}
</style>