Shades of Frangipani #FED49F
Tints of Frangipani #FED49F
RGB
CMYK
RGB Variations
Color information
#FED49F (or 0xFED49F) is known color: Frangipani. HEX triplet: FE, D4 and 9F. RGB value is (254,212,159). Sum of RGB (Red+Green+Blue) = 254+212+159=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FED49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED49F is #012B60. Grayscale: #DADADA. Windows color (decimal): -76641 or 10474750. OLE color: 10474750.
HSL color Cylindrical-coordinate representation of color #FED49F: hue angle of 33.47º 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 #FED49F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 159 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.00 |
| HSL | 33.47º | 0.98% | 0.81% | - |
| HSV(B) | 33.47º | 0.37% | 1% | - |
| XYZ | 70.67 | 70.66 | 42.71 | - |
| YUV | 218.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 159 | 0 | 0.17 | 0.37 | 0.00 | 33.47 | 0.98 | 0.81 |
| Hex | FE | D4 | 9F | 0 | 11 | 25 | 0 | 21 | 62 | 51 |
| Octal | 376 | 324 | 237 | 0 | 21 | 45 | 0 | 41 | 142 | 121 |
| Binary | 11111110 | 11010100 | 10011111 | 0 | 10001 | 100101 | 0 | 100001 | 1100010 | 1010001 |
Color Harmonies of #FED49F
Complementary color
Monochromatic Colors of #FED49F
Black with #FED49F
Text Example
Text Example
White with #FED49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED49F; }
p { color: rgb(254,212,159); }
H1.HeaderClassName
{
color: #FED49F;
}
.AnyTagClassName
{
color: #FED49F;
}
</style>
background-color css
<style>
a { background-color: #FED49F; }
a { background-color: rgb(254,212,159); }
div.DivClassName
{
background-color: #FED49F;
}
.BgClassName
{
background-color: #FED49F;
}
</style>
border-color css
<style>
span { border-color: #FED49F; }
span { border-color: rgb(254,212,159); }
td.TdClassName
{
border-color: #FED49F;
}
.TagClassName
{
border-color: #FED49F;
}
</style>