Shades of Frangipani #FFD89E
Tints of Frangipani #FFD89E
RGB
CMYK
RGB Variations
Color information
#FFD89E (or 0xFFD89E) is known color: Frangipani. HEX triplet: FF, D8 and 9E. RGB value is (255,216,158). Sum of RGB (Red+Green+Blue) = 255+216+158=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD89E is #002761. Grayscale: #DDDDDD. Windows color (decimal): -10082 or 10410239. OLE color: 10410239.
HSL color Cylindrical-coordinate representation of color #FFD89E: hue angle of 35.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFD89E is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 158 | - |
| CMYK | 0 | 0.15 | 0.38 | 0 |
| HSL | 35.88º | 1% | 0.81% | - |
| HSV(B) | 35.88º | 0.38% | 1% | - |
| XYZ | 71.97 | 72.84 | 42.61 | - |
| YUV | 221.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 158 | 0 | 0.15 | 0.38 | 0 | 35.88 | 1 | 0.81 |
| Hex | FF | D8 | 9E | 0 | F | 26 | 0 | 24 | 64 | 51 |
| Octal | 377 | 330 | 236 | 0 | 17 | 46 | 0 | 44 | 144 | 121 |
| Binary | 11111111 | 11011000 | 10011110 | 0 | 1111 | 100110 | 0 | 100100 | 1100100 | 1010001 |
Color Harmonies of #FFD89E
Complementary color
Monochromatic Colors of #FFD89E
Black with #FFD89E
Text Example
Text Example
White with #FFD89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD89E; }
p { color: rgb(255,216,158); }
H1.HeaderClassName
{
color: #FFD89E;
}
.AnyTagClassName
{
color: #FFD89E;
}
</style>
background-color css
<style>
a { background-color: #FFD89E; }
a { background-color: rgb(255,216,158); }
div.DivClassName
{
background-color: #FFD89E;
}
.BgClassName
{
background-color: #FFD89E;
}
</style>
border-color css
<style>
span { border-color: #FFD89E; }
span { border-color: rgb(255,216,158); }
td.TdClassName
{
border-color: #FFD89E;
}
.TagClassName
{
border-color: #FFD89E;
}
</style>