Shades of Frangipani #FED4A0
Tints of Frangipani #FED4A0
RGB
CMYK
RGB Variations
Color information
#FED4A0 (or 0xFED4A0) is known color: Frangipani. HEX triplet: FE, D4 and A0. RGB value is (254,212,160). Sum of RGB (Red+Green+Blue) = 254+212+160=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4A0 is #012B5F. Grayscale: #DADADA. Windows color (decimal): -76640 or 10540286. OLE color: 10540286.
HSL color Cylindrical-coordinate representation of color #FED4A0: hue angle of 33.19º 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 #FED4A0 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 160 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.00 |
| HSL | 33.19º | 0.98% | 0.81% | - |
| HSV(B) | 33.19º | 0.37% | 1% | - |
| XYZ | 70.76 | 70.7 | 43.17 | - |
| YUV | 218.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 160 | 0 | 0.17 | 0.37 | 0.00 | 33.19 | 0.98 | 0.81 |
| Hex | FE | D4 | A0 | 0 | 11 | 25 | 0 | 21 | 62 | 51 |
| Octal | 376 | 324 | 240 | 0 | 21 | 45 | 0 | 41 | 142 | 121 |
| Binary | 11111110 | 11010100 | 10100000 | 0 | 10001 | 100101 | 0 | 100001 | 1100010 | 1010001 |
Color Harmonies of #FED4A0
Complementary color
Monochromatic Colors of #FED4A0
Black with #FED4A0
Text Example
Text Example
White with #FED4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4A0; }
p { color: rgb(254,212,160); }
H1.HeaderClassName
{
color: #FED4A0;
}
.AnyTagClassName
{
color: #FED4A0;
}
</style>
background-color css
<style>
a { background-color: #FED4A0; }
a { background-color: rgb(254,212,160); }
div.DivClassName
{
background-color: #FED4A0;
}
.BgClassName
{
background-color: #FED4A0;
}
</style>
border-color css
<style>
span { border-color: #FED4A0; }
span { border-color: rgb(254,212,160); }
td.TdClassName
{
border-color: #FED4A0;
}
.TagClassName
{
border-color: #FED4A0;
}
</style>