Shades of Caramel #F8D29D
Tints of Caramel #F8D29D
RGB
CMYK
RGB Variations
Color information
#F8D29D (or 0xF8D29D) is known color: Caramel. HEX triplet: F8, D2 and 9D. RGB value is (248,210,157). Sum of RGB (Red+Green+Blue) = 248+210+157=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D29D is #072D62. Grayscale: #D7D7D7. Windows color (decimal): -470371 or 10343160. OLE color: 10343160.
HSL color Cylindrical-coordinate representation of color #F8D29D: hue angle of 34.95º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8D29D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 157 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.03 |
| HSL | 34.95º | 0.87% | 0.79% | - |
| HSV(B) | 34.95º | 0.37% | 0.97% | - |
| XYZ | 67.84 | 68.48 | 41.54 | - |
| YUV | 215.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 157 | 0 | 0.15 | 0.37 | 0.03 | 34.95 | 0.87 | 0.79 |
| Hex | F8 | D2 | 9D | 0 | F | 25 | 3 | 23 | 57 | 4F |
| Octal | 370 | 322 | 235 | 0 | 17 | 45 | 3 | 43 | 127 | 117 |
| Binary | 11111000 | 11010010 | 10011101 | 0 | 1111 | 100101 | 11 | 100011 | 1010111 | 1001111 |
Color Harmonies of #F8D29D
Complementary color
Monochromatic Colors of #F8D29D
Black with #F8D29D
Text Example
Text Example
White with #F8D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D29D; }
p { color: rgb(248,210,157); }
H1.HeaderClassName
{
color: #F8D29D;
}
.AnyTagClassName
{
color: #F8D29D;
}
</style>
background-color css
<style>
a { background-color: #F8D29D; }
a { background-color: rgb(248,210,157); }
div.DivClassName
{
background-color: #F8D29D;
}
.BgClassName
{
background-color: #F8D29D;
}
</style>
border-color css
<style>
span { border-color: #F8D29D; }
span { border-color: rgb(248,210,157); }
td.TdClassName
{
border-color: #F8D29D;
}
.TagClassName
{
border-color: #F8D29D;
}
</style>