Shades of Frangipani #FED5A1
Tints of Frangipani #FED5A1
RGB
CMYK
RGB Variations
Color information
#FED5A1 (or 0xFED5A1) is known color: Frangipani. HEX triplet: FE, D5 and A1. RGB value is (254,213,161). Sum of RGB (Red+Green+Blue) = 254+213+161=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 161 (63.28% from 255 or 25.64% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5A1 is #012A5E. Grayscale: #DBDBDB. Windows color (decimal): -76383 or 10606078. OLE color: 10606078.
HSL color Cylindrical-coordinate representation of color #FED5A1: hue angle of 33.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 #FED5A1 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 161 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.00 |
| HSL | 33.55º | 0.98% | 0.81% | - |
| HSV(B) | 33.55º | 0.37% | 1% | - |
| XYZ | 71.1 | 71.23 | 43.72 | - |
| YUV | 219.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 161 | 0 | 0.16 | 0.37 | 0.00 | 33.55 | 0.98 | 0.81 |
| Hex | FE | D5 | A1 | 0 | 10 | 25 | 0 | 22 | 62 | 51 |
| Octal | 376 | 325 | 241 | 0 | 20 | 45 | 0 | 42 | 142 | 121 |
| Binary | 11111110 | 11010101 | 10100001 | 0 | 10000 | 100101 | 0 | 100010 | 1100010 | 1010001 |
Color Harmonies of #FED5A1
Complementary color
Monochromatic Colors of #FED5A1
Black with #FED5A1
Text Example
Text Example
White with #FED5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5A1; }
p { color: rgb(254,213,161); }
H1.HeaderClassName
{
color: #FED5A1;
}
.AnyTagClassName
{
color: #FED5A1;
}
</style>
background-color css
<style>
a { background-color: #FED5A1; }
a { background-color: rgb(254,213,161); }
div.DivClassName
{
background-color: #FED5A1;
}
.BgClassName
{
background-color: #FED5A1;
}
</style>
border-color css
<style>
span { border-color: #FED5A1; }
span { border-color: rgb(254,213,161); }
td.TdClassName
{
border-color: #FED5A1;
}
.TagClassName
{
border-color: #FED5A1;
}
</style>