Shades of Frangipani #FED99E
Tints of Frangipani #FED99E
RGB
CMYK
RGB Variations
Color information
#FED99E (or 0xFED99E) is known color: Frangipani. HEX triplet: FE, D9 and 9E. RGB value is (254,217,158). Sum of RGB (Red+Green+Blue) = 254+217+158=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FED99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED99E is #012661. Grayscale: #DDDDDD. Windows color (decimal): -75362 or 10410494. OLE color: 10410494.
HSL color Cylindrical-coordinate representation of color #FED99E: hue angle of 36.88º 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 #FED99E is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 158 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.00 |
| HSL | 36.88º | 0.98% | 0.81% | - |
| HSV(B) | 36.88º | 0.38% | 1% | - |
| XYZ | 71.86 | 73.17 | 42.68 | - |
| YUV | 221.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 158 | 0 | 0.15 | 0.38 | 0.00 | 36.88 | 0.98 | 0.81 |
| Hex | FE | D9 | 9E | 0 | F | 26 | 0 | 25 | 62 | 51 |
| Octal | 376 | 331 | 236 | 0 | 17 | 46 | 0 | 45 | 142 | 121 |
| Binary | 11111110 | 11011001 | 10011110 | 0 | 1111 | 100110 | 0 | 100101 | 1100010 | 1010001 |
Color Harmonies of #FED99E
Complementary color
Monochromatic Colors of #FED99E
Black with #FED99E
Text Example
Text Example
White with #FED99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED99E; }
p { color: rgb(254,217,158); }
H1.HeaderClassName
{
color: #FED99E;
}
.AnyTagClassName
{
color: #FED99E;
}
</style>
background-color css
<style>
a { background-color: #FED99E; }
a { background-color: rgb(254,217,158); }
div.DivClassName
{
background-color: #FED99E;
}
.BgClassName
{
background-color: #FED99E;
}
</style>
border-color css
<style>
span { border-color: #FED99E; }
span { border-color: rgb(254,217,158); }
td.TdClassName
{
border-color: #FED99E;
}
.TagClassName
{
border-color: #FED99E;
}
</style>