Shades of Frangipani #FED8A7
Tints of Frangipani #FED8A7
RGB
CMYK
RGB Variations
Color information
#FED8A7 (or 0xFED8A7) is known color: Frangipani. HEX triplet: FE, D8 and A7. RGB value is (254,216,167). Sum of RGB (Red+Green+Blue) = 254+216+167=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 167 (65.62% from 255 or 26.22% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED8A7 is #012758. Grayscale: #DEDEDE. Windows color (decimal): -75609 or 11000062. OLE color: 11000062.
HSL color Cylindrical-coordinate representation of color #FED8A7: hue angle of 33.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 #FED8A7 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 167 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.00 |
| HSL | 33.79º | 0.98% | 0.83% | - |
| HSV(B) | 33.79º | 0.34% | 1% | - |
| XYZ | 72.4 | 72.97 | 46.83 | - |
| YUV | 221.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 167 | 0 | 0.15 | 0.34 | 0.00 | 33.79 | 0.98 | 0.83 |
| Hex | FE | D8 | A7 | 0 | F | 22 | 0 | 22 | 62 | 53 |
| Octal | 376 | 330 | 247 | 0 | 17 | 42 | 0 | 42 | 142 | 123 |
| Binary | 11111110 | 11011000 | 10100111 | 0 | 1111 | 100010 | 0 | 100010 | 1100010 | 1010011 |
Color Harmonies of #FED8A7
Complementary color
Monochromatic Colors of #FED8A7
Black with #FED8A7
Text Example
Text Example
White with #FED8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8A7; }
p { color: rgb(254,216,167); }
H1.HeaderClassName
{
color: #FED8A7;
}
.AnyTagClassName
{
color: #FED8A7;
}
</style>
background-color css
<style>
a { background-color: #FED8A7; }
a { background-color: rgb(254,216,167); }
div.DivClassName
{
background-color: #FED8A7;
}
.BgClassName
{
background-color: #FED8A7;
}
</style>
border-color css
<style>
span { border-color: #FED8A7; }
span { border-color: rgb(254,216,167); }
td.TdClassName
{
border-color: #FED8A7;
}
.TagClassName
{
border-color: #FED8A7;
}
</style>