Shades of Caramel #FED29D
Tints of Caramel #FED29D
RGB
CMYK
RGB Variations
Color information
#FED29D (or 0xFED29D) is known color: Caramel. HEX triplet: FE, D2 and 9D. RGB value is (254,210,157). Sum of RGB (Red+Green+Blue) = 254+210+157=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED29D is #012D62. Grayscale: #D9D9D9. Windows color (decimal): -77155 or 10343166. OLE color: 10343166.
HSL color Cylindrical-coordinate representation of color #FED29D: hue angle of 32.78º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FED29D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 157 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.00 |
| HSL | 32.78º | 0.98% | 0.81% | - |
| HSV(B) | 32.78º | 0.38% | 1% | - |
| XYZ | 70.01 | 69.6 | 41.64 | - |
| YUV | 217.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 157 | 0 | 0.17 | 0.38 | 0.00 | 32.78 | 0.98 | 0.81 |
| Hex | FE | D2 | 9D | 0 | 11 | 26 | 0 | 21 | 62 | 51 |
| Octal | 376 | 322 | 235 | 0 | 21 | 46 | 0 | 41 | 142 | 121 |
| Binary | 11111110 | 11010010 | 10011101 | 0 | 10001 | 100110 | 0 | 100001 | 1100010 | 1010001 |
Color Harmonies of #FED29D
Complementary color
Monochromatic Colors of #FED29D
Black with #FED29D
Text Example
Text Example
White with #FED29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED29D; }
p { color: rgb(254,210,157); }
H1.HeaderClassName
{
color: #FED29D;
}
.AnyTagClassName
{
color: #FED29D;
}
</style>
background-color css
<style>
a { background-color: #FED29D; }
a { background-color: rgb(254,210,157); }
div.DivClassName
{
background-color: #FED29D;
}
.BgClassName
{
background-color: #FED29D;
}
</style>
border-color css
<style>
span { border-color: #FED29D; }
span { border-color: rgb(254,210,157); }
td.TdClassName
{
border-color: #FED29D;
}
.TagClassName
{
border-color: #FED29D;
}
</style>