Shades of Frangipani #FED19F
Tints of Frangipani #FED19F
RGB
CMYK
RGB Variations
Color information
#FED19F (or 0xFED19F) is known color: Frangipani. HEX triplet: FE, D1 and 9F. RGB value is (254,209,159). Sum of RGB (Red+Green+Blue) = 254+209+159=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FED19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED19F is #012E60. Grayscale: #D9D9D9. Windows color (decimal): -77409 or 10473982. OLE color: 10473982.
HSL color Cylindrical-coordinate representation of color #FED19F: hue angle of 31.58º 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 #FED19F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 159 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.00 |
| HSL | 31.58º | 0.98% | 0.81% | - |
| HSV(B) | 31.58º | 0.37% | 1% | - |
| XYZ | 69.93 | 69.17 | 42.47 | - |
| YUV | 216.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 159 | 0 | 0.18 | 0.37 | 0.00 | 31.58 | 0.98 | 0.81 |
| Hex | FE | D1 | 9F | 0 | 12 | 25 | 0 | 20 | 62 | 51 |
| Octal | 376 | 321 | 237 | 0 | 22 | 45 | 0 | 40 | 142 | 121 |
| Binary | 11111110 | 11010001 | 10011111 | 0 | 10010 | 100101 | 0 | 100000 | 1100010 | 1010001 |
Color Harmonies of #FED19F
Complementary color
Monochromatic Colors of #FED19F
Black with #FED19F
Text Example
Text Example
White with #FED19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED19F; }
p { color: rgb(254,209,159); }
H1.HeaderClassName
{
color: #FED19F;
}
.AnyTagClassName
{
color: #FED19F;
}
</style>
background-color css
<style>
a { background-color: #FED19F; }
a { background-color: rgb(254,209,159); }
div.DivClassName
{
background-color: #FED19F;
}
.BgClassName
{
background-color: #FED19F;
}
</style>
border-color css
<style>
span { border-color: #FED19F; }
span { border-color: rgb(254,209,159); }
td.TdClassName
{
border-color: #FED19F;
}
.TagClassName
{
border-color: #FED19F;
}
</style>