Shades of Frangipani #FED1A0
Tints of Frangipani #FED1A0
RGB
CMYK
RGB Variations
Color information
#FED1A0 (or 0xFED1A0) is known color: Frangipani. HEX triplet: FE, D1 and A0. RGB value is (254,209,160). Sum of RGB (Red+Green+Blue) = 254+209+160=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1A0 is #012E5F. Grayscale: #D9D9D9. Windows color (decimal): -77408 or 10539518. OLE color: 10539518.
HSL color Cylindrical-coordinate representation of color #FED1A0: hue angle of 31.28º 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 #FED1A0 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 160 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.00 |
| HSL | 31.28º | 0.98% | 0.81% | - |
| HSV(B) | 31.28º | 0.37% | 1% | - |
| XYZ | 70.02 | 69.21 | 42.93 | - |
| YUV | 216.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 160 | 0 | 0.18 | 0.37 | 0.00 | 31.28 | 0.98 | 0.81 |
| Hex | FE | D1 | A0 | 0 | 12 | 25 | 0 | 1F | 62 | 51 |
| Octal | 376 | 321 | 240 | 0 | 22 | 45 | 0 | 37 | 142 | 121 |
| Binary | 11111110 | 11010001 | 10100000 | 0 | 10010 | 100101 | 0 | 11111 | 1100010 | 1010001 |
Color Harmonies of #FED1A0
Complementary color
Monochromatic Colors of #FED1A0
Black with #FED1A0
Text Example
Text Example
White with #FED1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1A0; }
p { color: rgb(254,209,160); }
H1.HeaderClassName
{
color: #FED1A0;
}
.AnyTagClassName
{
color: #FED1A0;
}
</style>
background-color css
<style>
a { background-color: #FED1A0; }
a { background-color: rgb(254,209,160); }
div.DivClassName
{
background-color: #FED1A0;
}
.BgClassName
{
background-color: #FED1A0;
}
</style>
border-color css
<style>
span { border-color: #FED1A0; }
span { border-color: rgb(254,209,160); }
td.TdClassName
{
border-color: #FED1A0;
}
.TagClassName
{
border-color: #FED1A0;
}
</style>