Shades of Caramel #FED48D
Tints of Caramel #FED48D
RGB
CMYK
RGB Variations
Color information
#FED48D (or 0xFED48D) is known color: Caramel. HEX triplet: FE, D4 and 8D. RGB value is (254,212,141). Sum of RGB (Red+Green+Blue) = 254+212+141=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FED48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED48D is #012B72. Grayscale: #D8D8D8. Windows color (decimal): -76659 or 9295102. OLE color: 9295102.
HSL color Cylindrical-coordinate representation of color #FED48D: hue angle of 37.7º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FED48D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 141 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.00 |
| HSL | 37.7º | 0.98% | 0.77% | - |
| HSV(B) | 37.7º | 0.44% | 1% | - |
| XYZ | 69.22 | 70.08 | 35.08 | - |
| YUV | 216.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 141 | 0 | 0.17 | 0.44 | 0.00 | 37.7 | 0.98 | 0.77 |
| Hex | FE | D4 | 8D | 0 | 11 | 2C | 0 | 26 | 62 | 4D |
| Octal | 376 | 324 | 215 | 0 | 21 | 54 | 0 | 46 | 142 | 115 |
| Binary | 11111110 | 11010100 | 10001101 | 0 | 10001 | 101100 | 0 | 100110 | 1100010 | 1001101 |
Color Harmonies of #FED48D
Complementary color
Monochromatic Colors of #FED48D
Black with #FED48D
Text Example
Text Example
White with #FED48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED48D; }
p { color: rgb(254,212,141); }
H1.HeaderClassName
{
color: #FED48D;
}
.AnyTagClassName
{
color: #FED48D;
}
</style>
background-color css
<style>
a { background-color: #FED48D; }
a { background-color: rgb(254,212,141); }
div.DivClassName
{
background-color: #FED48D;
}
.BgClassName
{
background-color: #FED48D;
}
</style>
border-color css
<style>
span { border-color: #FED48D; }
span { border-color: rgb(254,212,141); }
td.TdClassName
{
border-color: #FED48D;
}
.TagClassName
{
border-color: #FED48D;
}
</style>