Shades of Frangipani #FED99F
Tints of Frangipani #FED99F
RGB
CMYK
RGB Variations
Color information
#FED99F (or 0xFED99F) is known color: Frangipani. HEX triplet: FE, D9 and 9F. RGB value is (254,217,159). Sum of RGB (Red+Green+Blue) = 254+217+159=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FED99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED99F is #012660. Grayscale: #DDDDDD. Windows color (decimal): -75361 or 10476030. OLE color: 10476030.
HSL color Cylindrical-coordinate representation of color #FED99F: hue angle of 36.63º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FED99F is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 159 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.00 |
| HSL | 36.63º | 0.98% | 0.81% | - |
| HSV(B) | 36.63º | 0.37% | 1% | - |
| XYZ | 71.94 | 73.2 | 43.14 | - |
| YUV | 221.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 159 | 0 | 0.15 | 0.37 | 0.00 | 36.63 | 0.98 | 0.81 |
| Hex | FE | D9 | 9F | 0 | F | 25 | 0 | 25 | 62 | 51 |
| Octal | 376 | 331 | 237 | 0 | 17 | 45 | 0 | 45 | 142 | 121 |
| Binary | 11111110 | 11011001 | 10011111 | 0 | 1111 | 100101 | 0 | 100101 | 1100010 | 1010001 |
Color Harmonies of #FED99F
Complementary color
Monochromatic Colors of #FED99F
Black with #FED99F
Text Example
Text Example
White with #FED99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED99F; }
p { color: rgb(254,217,159); }
H1.HeaderClassName
{
color: #FED99F;
}
.AnyTagClassName
{
color: #FED99F;
}
</style>
background-color css
<style>
a { background-color: #FED99F; }
a { background-color: rgb(254,217,159); }
div.DivClassName
{
background-color: #FED99F;
}
.BgClassName
{
background-color: #FED99F;
}
</style>
border-color css
<style>
span { border-color: #FED99F; }
span { border-color: rgb(254,217,159); }
td.TdClassName
{
border-color: #FED99F;
}
.TagClassName
{
border-color: #FED99F;
}
</style>