Shades of Frangipani #FEDA9F
Tints of Frangipani #FEDA9F
RGB
CMYK
RGB Variations
Color information
#FEDA9F (or 0xFEDA9F) is known color: Frangipani. HEX triplet: FE, DA and 9F. RGB value is (254,218,159). Sum of RGB (Red+Green+Blue) = 254+218+159=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA9F is #012560. Grayscale: #DEDEDE. Windows color (decimal): -75105 or 10476286. OLE color: 10476286.
HSL color Cylindrical-coordinate representation of color #FEDA9F: hue angle of 37.26º 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 #FEDA9F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 159 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.00 |
| HSL | 37.26º | 0.98% | 0.81% | - |
| HSV(B) | 37.26º | 0.37% | 1% | - |
| XYZ | 72.2 | 73.72 | 43.22 | - |
| YUV | 222.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 159 | 0 | 0.14 | 0.37 | 0.00 | 37.26 | 0.98 | 0.81 |
| Hex | FE | DA | 9F | 0 | E | 25 | 0 | 25 | 62 | 51 |
| Octal | 376 | 332 | 237 | 0 | 16 | 45 | 0 | 45 | 142 | 121 |
| Binary | 11111110 | 11011010 | 10011111 | 0 | 1110 | 100101 | 0 | 100101 | 1100010 | 1010001 |
Color Harmonies of #FEDA9F
Complementary color
Monochromatic Colors of #FEDA9F
Black with #FEDA9F
Text Example
Text Example
White with #FEDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA9F; }
p { color: rgb(254,218,159); }
H1.HeaderClassName
{
color: #FEDA9F;
}
.AnyTagClassName
{
color: #FEDA9F;
}
</style>
background-color css
<style>
a { background-color: #FEDA9F; }
a { background-color: rgb(254,218,159); }
div.DivClassName
{
background-color: #FEDA9F;
}
.BgClassName
{
background-color: #FEDA9F;
}
</style>
border-color css
<style>
span { border-color: #FEDA9F; }
span { border-color: rgb(254,218,159); }
td.TdClassName
{
border-color: #FEDA9F;
}
.TagClassName
{
border-color: #FEDA9F;
}
</style>