Shades of Frangipani #FED9A1
Tints of Frangipani #FED9A1
RGB
CMYK
RGB Variations
Color information
#FED9A1 (or 0xFED9A1) is known color: Frangipani. HEX triplet: FE, D9 and A1. RGB value is (254,217,161). Sum of RGB (Red+Green+Blue) = 254+217+161=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9A1 is #01265E. Grayscale: #DDDDDD. Windows color (decimal): -75359 or 10607102. OLE color: 10607102.
HSL color Cylindrical-coordinate representation of color #FED9A1: hue angle of 36.13º 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 #FED9A1 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 161 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.00 |
| HSL | 36.13º | 0.98% | 0.81% | - |
| HSV(B) | 36.13º | 0.37% | 1% | - |
| XYZ | 72.12 | 73.27 | 44.06 | - |
| YUV | 221.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 161 | 0 | 0.15 | 0.37 | 0.00 | 36.13 | 0.98 | 0.81 |
| Hex | FE | D9 | A1 | 0 | F | 25 | 0 | 24 | 62 | 51 |
| Octal | 376 | 331 | 241 | 0 | 17 | 45 | 0 | 44 | 142 | 121 |
| Binary | 11111110 | 11011001 | 10100001 | 0 | 1111 | 100101 | 0 | 100100 | 1100010 | 1010001 |
Color Harmonies of #FED9A1
Complementary color
Monochromatic Colors of #FED9A1
Black with #FED9A1
Text Example
Text Example
White with #FED9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9A1; }
p { color: rgb(254,217,161); }
H1.HeaderClassName
{
color: #FED9A1;
}
.AnyTagClassName
{
color: #FED9A1;
}
</style>
background-color css
<style>
a { background-color: #FED9A1; }
a { background-color: rgb(254,217,161); }
div.DivClassName
{
background-color: #FED9A1;
}
.BgClassName
{
background-color: #FED9A1;
}
</style>
border-color css
<style>
span { border-color: #FED9A1; }
span { border-color: rgb(254,217,161); }
td.TdClassName
{
border-color: #FED9A1;
}
.TagClassName
{
border-color: #FED9A1;
}
</style>