Shades of Frangipani #FED6A1
Tints of Frangipani #FED6A1
RGB
CMYK
RGB Variations
Color information
#FED6A1 (or 0xFED6A1) is known color: Frangipani. HEX triplet: FE, D6 and A1. RGB value is (254,214,161). Sum of RGB (Red+Green+Blue) = 254+214+161=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED6A1 is #01295E. Grayscale: #DCDCDC. Windows color (decimal): -76127 or 10606334. OLE color: 10606334.
HSL color Cylindrical-coordinate representation of color #FED6A1: hue angle of 34.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 #FED6A1 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 161 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.00 |
| HSL | 34.19º | 0.98% | 0.81% | - |
| HSV(B) | 34.19º | 0.37% | 1% | - |
| XYZ | 71.35 | 71.74 | 43.8 | - |
| YUV | 219.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 161 | 0 | 0.16 | 0.37 | 0.00 | 34.19 | 0.98 | 0.81 |
| Hex | FE | D6 | A1 | 0 | 10 | 25 | 0 | 22 | 62 | 51 |
| Octal | 376 | 326 | 241 | 0 | 20 | 45 | 0 | 42 | 142 | 121 |
| Binary | 11111110 | 11010110 | 10100001 | 0 | 10000 | 100101 | 0 | 100010 | 1100010 | 1010001 |
Color Harmonies of #FED6A1
Complementary color
Monochromatic Colors of #FED6A1
Black with #FED6A1
Text Example
Text Example
White with #FED6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6A1; }
p { color: rgb(254,214,161); }
H1.HeaderClassName
{
color: #FED6A1;
}
.AnyTagClassName
{
color: #FED6A1;
}
</style>
background-color css
<style>
a { background-color: #FED6A1; }
a { background-color: rgb(254,214,161); }
div.DivClassName
{
background-color: #FED6A1;
}
.BgClassName
{
background-color: #FED6A1;
}
</style>
border-color css
<style>
span { border-color: #FED6A1; }
span { border-color: rgb(254,214,161); }
td.TdClassName
{
border-color: #FED6A1;
}
.TagClassName
{
border-color: #FED6A1;
}
</style>