Shades of Frangipani #FED1A1
Tints of Frangipani #FED1A1
RGB
CMYK
RGB Variations
Color information
#FED1A1 (or 0xFED1A1) is known color: Frangipani. HEX triplet: FE, D1 and A1. RGB value is (254,209,161). Sum of RGB (Red+Green+Blue) = 254+209+161=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1A1 is #012E5E. Grayscale: #D9D9D9. Windows color (decimal): -77407 or 10605054. OLE color: 10605054.
HSL color Cylindrical-coordinate representation of color #FED1A1: hue angle of 30.97º 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 #FED1A1 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 161 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.00 |
| HSL | 30.97º | 0.98% | 0.81% | - |
| HSV(B) | 30.97º | 0.37% | 1% | - |
| XYZ | 70.11 | 69.24 | 43.39 | - |
| YUV | 216.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 161 | 0 | 0.18 | 0.37 | 0.00 | 30.97 | 0.98 | 0.81 |
| Hex | FE | D1 | A1 | 0 | 12 | 25 | 0 | 1F | 62 | 51 |
| Octal | 376 | 321 | 241 | 0 | 22 | 45 | 0 | 37 | 142 | 121 |
| Binary | 11111110 | 11010001 | 10100001 | 0 | 10010 | 100101 | 0 | 11111 | 1100010 | 1010001 |
Color Harmonies of #FED1A1
Complementary color
Monochromatic Colors of #FED1A1
Black with #FED1A1
Text Example
Text Example
White with #FED1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1A1; }
p { color: rgb(254,209,161); }
H1.HeaderClassName
{
color: #FED1A1;
}
.AnyTagClassName
{
color: #FED1A1;
}
</style>
background-color css
<style>
a { background-color: #FED1A1; }
a { background-color: rgb(254,209,161); }
div.DivClassName
{
background-color: #FED1A1;
}
.BgClassName
{
background-color: #FED1A1;
}
</style>
border-color css
<style>
span { border-color: #FED1A1; }
span { border-color: rgb(254,209,161); }
td.TdClassName
{
border-color: #FED1A1;
}
.TagClassName
{
border-color: #FED1A1;
}
</style>