Shades of Frangipani #FCD89D
Tints of Frangipani #FCD89D
RGB
CMYK
RGB Variations
Color information
#FCD89D (or 0xFCD89D) is known color: Frangipani. HEX triplet: FC, D8 and 9D. RGB value is (252,216,157). Sum of RGB (Red+Green+Blue) = 252+216+157=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD89D is #032762. Grayscale: #DCDCDC. Windows color (decimal): -206691 or 10344700. OLE color: 10344700.
HSL color Cylindrical-coordinate representation of color #FCD89D: hue angle of 37.26º degrees, saturation: 0.94, 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 #FCD89D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 157 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.01 |
| HSL | 37.26º | 0.94% | 0.8% | - |
| HSV(B) | 37.26º | 0.38% | 0.99% | - |
| XYZ | 70.79 | 72.24 | 42.11 | - |
| YUV | 220.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 157 | 0 | 0.14 | 0.38 | 0.01 | 37.26 | 0.94 | 0.8 |
| Hex | FC | D8 | 9D | 0 | E | 26 | 1 | 25 | 5E | 50 |
| Octal | 374 | 330 | 235 | 0 | 16 | 46 | 1 | 45 | 136 | 120 |
| Binary | 11111100 | 11011000 | 10011101 | 0 | 1110 | 100110 | 1 | 100101 | 1011110 | 1010000 |
Color Harmonies of #FCD89D
Complementary color
Monochromatic Colors of #FCD89D
Black with #FCD89D
Text Example
Text Example
White with #FCD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD89D; }
p { color: rgb(252,216,157); }
H1.HeaderClassName
{
color: #FCD89D;
}
.AnyTagClassName
{
color: #FCD89D;
}
</style>
background-color css
<style>
a { background-color: #FCD89D; }
a { background-color: rgb(252,216,157); }
div.DivClassName
{
background-color: #FCD89D;
}
.BgClassName
{
background-color: #FCD89D;
}
</style>
border-color css
<style>
span { border-color: #FCD89D; }
span { border-color: rgb(252,216,157); }
td.TdClassName
{
border-color: #FCD89D;
}
.TagClassName
{
border-color: #FCD89D;
}
</style>