Shades of Frangipani #FED3A0
Tints of Frangipani #FED3A0
RGB
CMYK
RGB Variations
Color information
#FED3A0 (or 0xFED3A0) is known color: Frangipani. HEX triplet: FE, D3 and A0. RGB value is (254,211,160). Sum of RGB (Red+Green+Blue) = 254+211+160=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED3A0 is #012C5F. Grayscale: #DADADA. Windows color (decimal): -76896 or 10540030. OLE color: 10540030.
HSL color Cylindrical-coordinate representation of color #FED3A0: hue angle of 32.55º 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 #FED3A0 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 160 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.00 |
| HSL | 32.55º | 0.98% | 0.81% | - |
| HSV(B) | 32.55º | 0.37% | 1% | - |
| XYZ | 70.51 | 70.2 | 43.09 | - |
| YUV | 218.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 160 | 0 | 0.17 | 0.37 | 0.00 | 32.55 | 0.98 | 0.81 |
| Hex | FE | D3 | A0 | 0 | 11 | 25 | 0 | 21 | 62 | 51 |
| Octal | 376 | 323 | 240 | 0 | 21 | 45 | 0 | 41 | 142 | 121 |
| Binary | 11111110 | 11010011 | 10100000 | 0 | 10001 | 100101 | 0 | 100001 | 1100010 | 1010001 |
Color Harmonies of #FED3A0
Complementary color
Monochromatic Colors of #FED3A0
Black with #FED3A0
Text Example
Text Example
White with #FED3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3A0; }
p { color: rgb(254,211,160); }
H1.HeaderClassName
{
color: #FED3A0;
}
.AnyTagClassName
{
color: #FED3A0;
}
</style>
background-color css
<style>
a { background-color: #FED3A0; }
a { background-color: rgb(254,211,160); }
div.DivClassName
{
background-color: #FED3A0;
}
.BgClassName
{
background-color: #FED3A0;
}
</style>
border-color css
<style>
span { border-color: #FED3A0; }
span { border-color: rgb(254,211,160); }
td.TdClassName
{
border-color: #FED3A0;
}
.TagClassName
{
border-color: #FED3A0;
}
</style>