Shades of Frangipani #FED49E
Tints of Frangipani #FED49E
RGB
CMYK
RGB Variations
Color information
#FED49E (or 0xFED49E) is known color: Frangipani. HEX triplet: FE, D4 and 9E. RGB value is (254,212,158). Sum of RGB (Red+Green+Blue) = 254+212+158=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FED49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED49E is #012B61. Grayscale: #DADADA. Windows color (decimal): -76642 or 10409214. OLE color: 10409214.
HSL color Cylindrical-coordinate representation of color #FED49E: hue angle of 33.75º 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 #FED49E is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 158 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.00 |
| HSL | 33.75º | 0.98% | 0.81% | - |
| HSV(B) | 33.75º | 0.38% | 1% | - |
| XYZ | 70.59 | 70.63 | 42.26 | - |
| YUV | 218.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 158 | 0 | 0.17 | 0.38 | 0.00 | 33.75 | 0.98 | 0.81 |
| Hex | FE | D4 | 9E | 0 | 11 | 26 | 0 | 22 | 62 | 51 |
| Octal | 376 | 324 | 236 | 0 | 21 | 46 | 0 | 42 | 142 | 121 |
| Binary | 11111110 | 11010100 | 10011110 | 0 | 10001 | 100110 | 0 | 100010 | 1100010 | 1010001 |
Color Harmonies of #FED49E
Complementary color
Monochromatic Colors of #FED49E
Black with #FED49E
Text Example
Text Example
White with #FED49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED49E; }
p { color: rgb(254,212,158); }
H1.HeaderClassName
{
color: #FED49E;
}
.AnyTagClassName
{
color: #FED49E;
}
</style>
background-color css
<style>
a { background-color: #FED49E; }
a { background-color: rgb(254,212,158); }
div.DivClassName
{
background-color: #FED49E;
}
.BgClassName
{
background-color: #FED49E;
}
</style>
border-color css
<style>
span { border-color: #FED49E; }
span { border-color: rgb(254,212,158); }
td.TdClassName
{
border-color: #FED49E;
}
.TagClassName
{
border-color: #FED49E;
}
</style>