Shades of Frangipani #FDD89D
Tints of Frangipani #FDD89D
RGB
CMYK
RGB Variations
Color information
#FDD89D (or 0xFDD89D) is known color: Frangipani. HEX triplet: FD, D8 and 9D. RGB value is (253,216,157). Sum of RGB (Red+Green+Blue) = 253+216+157=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD89D is #022762. Grayscale: #DCDCDC. Windows color (decimal): -141155 or 10344701. OLE color: 10344701.
HSL color Cylindrical-coordinate representation of color #FDD89D: hue angle of 36.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDD89D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 157 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.01 |
| HSL | 36.88º | 0.96% | 0.8% | - |
| HSV(B) | 36.88º | 0.38% | 0.99% | - |
| XYZ | 71.15 | 72.43 | 42.13 | - |
| YUV | 220.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 157 | 0 | 0.15 | 0.38 | 0.01 | 36.88 | 0.96 | 0.8 |
| Hex | FD | D8 | 9D | 0 | F | 26 | 1 | 25 | 60 | 50 |
| Octal | 375 | 330 | 235 | 0 | 17 | 46 | 1 | 45 | 140 | 120 |
| Binary | 11111101 | 11011000 | 10011101 | 0 | 1111 | 100110 | 1 | 100101 | 1100000 | 1010000 |
Color Harmonies of #FDD89D
Complementary color
Monochromatic Colors of #FDD89D
Black with #FDD89D
Text Example
Text Example
White with #FDD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD89D; }
p { color: rgb(253,216,157); }
H1.HeaderClassName
{
color: #FDD89D;
}
.AnyTagClassName
{
color: #FDD89D;
}
</style>
background-color css
<style>
a { background-color: #FDD89D; }
a { background-color: rgb(253,216,157); }
div.DivClassName
{
background-color: #FDD89D;
}
.BgClassName
{
background-color: #FDD89D;
}
</style>
border-color css
<style>
span { border-color: #FDD89D; }
span { border-color: rgb(253,216,157); }
td.TdClassName
{
border-color: #FDD89D;
}
.TagClassName
{
border-color: #FDD89D;
}
</style>