Shades of Frangipani #FFD89D
Tints of Frangipani #FFD89D
RGB
CMYK
RGB Variations
Color information
#FFD89D (or 0xFFD89D) is known color: Frangipani. HEX triplet: FF, D8 and 9D. RGB value is (255,216,157). Sum of RGB (Red+Green+Blue) = 255+216+157=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD89D is #002762. Grayscale: #DDDDDD. Windows color (decimal): -10083 or 10344703. OLE color: 10344703.
HSL color Cylindrical-coordinate representation of color #FFD89D: hue angle of 36.12º 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 #FFD89D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 157 | - |
| CMYK | 0 | 0.15 | 0.38 | 0 |
| HSL | 36.12º | 1% | 0.81% | - |
| HSV(B) | 36.12º | 0.38% | 1% | - |
| XYZ | 71.88 | 72.81 | 42.16 | - |
| YUV | 220.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 157 | 0 | 0.15 | 0.38 | 0 | 36.12 | 1 | 0.81 |
| Hex | FF | D8 | 9D | 0 | F | 26 | 0 | 24 | 64 | 51 |
| Octal | 377 | 330 | 235 | 0 | 17 | 46 | 0 | 44 | 144 | 121 |
| Binary | 11111111 | 11011000 | 10011101 | 0 | 1111 | 100110 | 0 | 100100 | 1100100 | 1010001 |
Color Harmonies of #FFD89D
Complementary color
Monochromatic Colors of #FFD89D
Black with #FFD89D
Text Example
Text Example
White with #FFD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD89D; }
p { color: rgb(255,216,157); }
H1.HeaderClassName
{
color: #FFD89D;
}
.AnyTagClassName
{
color: #FFD89D;
}
</style>
background-color css
<style>
a { background-color: #FFD89D; }
a { background-color: rgb(255,216,157); }
div.DivClassName
{
background-color: #FFD89D;
}
.BgClassName
{
background-color: #FFD89D;
}
</style>
border-color css
<style>
span { border-color: #FFD89D; }
span { border-color: rgb(255,216,157); }
td.TdClassName
{
border-color: #FFD89D;
}
.TagClassName
{
border-color: #FFD89D;
}
</style>