Shades of Frangipani #FED7A1
Tints of Frangipani #FED7A1
RGB
CMYK
RGB Variations
Color information
#FED7A1 (or 0xFED7A1) is known color: Frangipani. HEX triplet: FE, D7 and A1. RGB value is (254,215,161). Sum of RGB (Red+Green+Blue) = 254+215+161=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED7A1 is #01285E. Grayscale: #DCDCDC. Windows color (decimal): -75871 or 10606590. OLE color: 10606590.
HSL color Cylindrical-coordinate representation of color #FED7A1: hue angle of 34.84º 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 #FED7A1 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 161 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.00 |
| HSL | 34.84º | 0.98% | 0.81% | - |
| HSV(B) | 34.84º | 0.37% | 1% | - |
| XYZ | 71.61 | 72.24 | 43.89 | - |
| YUV | 220.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 161 | 0 | 0.15 | 0.37 | 0.00 | 34.84 | 0.98 | 0.81 |
| Hex | FE | D7 | A1 | 0 | F | 25 | 0 | 23 | 62 | 51 |
| Octal | 376 | 327 | 241 | 0 | 17 | 45 | 0 | 43 | 142 | 121 |
| Binary | 11111110 | 11010111 | 10100001 | 0 | 1111 | 100101 | 0 | 100011 | 1100010 | 1010001 |
Color Harmonies of #FED7A1
Complementary color
Monochromatic Colors of #FED7A1
Black with #FED7A1
Text Example
Text Example
White with #FED7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7A1; }
p { color: rgb(254,215,161); }
H1.HeaderClassName
{
color: #FED7A1;
}
.AnyTagClassName
{
color: #FED7A1;
}
</style>
background-color css
<style>
a { background-color: #FED7A1; }
a { background-color: rgb(254,215,161); }
div.DivClassName
{
background-color: #FED7A1;
}
.BgClassName
{
background-color: #FED7A1;
}
</style>
border-color css
<style>
span { border-color: #FED7A1; }
span { border-color: rgb(254,215,161); }
td.TdClassName
{
border-color: #FED7A1;
}
.TagClassName
{
border-color: #FED7A1;
}
</style>