Shades of Frangipani #FED7A8
Tints of Frangipani #FED7A8
RGB
CMYK
RGB Variations
Color information
#FED7A8 (or 0xFED7A8) is known color: Frangipani. HEX triplet: FE, D7 and A8. RGB value is (254,215,168). Sum of RGB (Red+Green+Blue) = 254+215+168=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 168 (66.02% from 255 or 26.37% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED7A8 is #012857. Grayscale: #DDDDDD. Windows color (decimal): -75864 or 11065342. OLE color: 11065342.
HSL color Cylindrical-coordinate representation of color #FED7A8: hue angle of 32.79º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FED7A8 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 168 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.00 |
| HSL | 32.79º | 0.98% | 0.83% | - |
| HSV(B) | 32.79º | 0.34% | 1% | - |
| XYZ | 72.24 | 72.5 | 47.23 | - |
| YUV | 221.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 168 | 0 | 0.15 | 0.34 | 0.00 | 32.79 | 0.98 | 0.83 |
| Hex | FE | D7 | A8 | 0 | F | 22 | 0 | 21 | 62 | 53 |
| Octal | 376 | 327 | 250 | 0 | 17 | 42 | 0 | 41 | 142 | 123 |
| Binary | 11111110 | 11010111 | 10101000 | 0 | 1111 | 100010 | 0 | 100001 | 1100010 | 1010011 |
Color Harmonies of #FED7A8
Complementary color
Monochromatic Colors of #FED7A8
Black with #FED7A8
Text Example
Text Example
White with #FED7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7A8; }
p { color: rgb(254,215,168); }
H1.HeaderClassName
{
color: #FED7A8;
}
.AnyTagClassName
{
color: #FED7A8;
}
</style>
background-color css
<style>
a { background-color: #FED7A8; }
a { background-color: rgb(254,215,168); }
div.DivClassName
{
background-color: #FED7A8;
}
.BgClassName
{
background-color: #FED7A8;
}
</style>
border-color css
<style>
span { border-color: #FED7A8; }
span { border-color: rgb(254,215,168); }
td.TdClassName
{
border-color: #FED7A8;
}
.TagClassName
{
border-color: #FED7A8;
}
</style>