Shades of Frangipani #FCD99D
Tints of Frangipani #FCD99D
RGB
CMYK
RGB Variations
Color information
#FCD99D (or 0xFCD99D) is known color: Frangipani. HEX triplet: FC, D9 and 9D. RGB value is (252,217,157). Sum of RGB (Red+Green+Blue) = 252+217+157=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD99D is #032662. Grayscale: #DCDCDC. Windows color (decimal): -206435 or 10344956. OLE color: 10344956.
HSL color Cylindrical-coordinate representation of color #FCD99D: hue angle of 37.89º 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 #FCD99D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 157 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.01 |
| HSL | 37.89º | 0.94% | 0.8% | - |
| HSV(B) | 37.89º | 0.38% | 0.99% | - |
| XYZ | 71.04 | 72.76 | 42.2 | - |
| YUV | 220.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 157 | 0 | 0.14 | 0.38 | 0.01 | 37.89 | 0.94 | 0.8 |
| Hex | FC | D9 | 9D | 0 | E | 26 | 1 | 26 | 5E | 50 |
| Octal | 374 | 331 | 235 | 0 | 16 | 46 | 1 | 46 | 136 | 120 |
| Binary | 11111100 | 11011001 | 10011101 | 0 | 1110 | 100110 | 1 | 100110 | 1011110 | 1010000 |
Color Harmonies of #FCD99D
Complementary color
Monochromatic Colors of #FCD99D
Black with #FCD99D
Text Example
Text Example
White with #FCD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD99D; }
p { color: rgb(252,217,157); }
H1.HeaderClassName
{
color: #FCD99D;
}
.AnyTagClassName
{
color: #FCD99D;
}
</style>
background-color css
<style>
a { background-color: #FCD99D; }
a { background-color: rgb(252,217,157); }
div.DivClassName
{
background-color: #FCD99D;
}
.BgClassName
{
background-color: #FCD99D;
}
</style>
border-color css
<style>
span { border-color: #FCD99D; }
span { border-color: rgb(252,217,157); }
td.TdClassName
{
border-color: #FCD99D;
}
.TagClassName
{
border-color: #FCD99D;
}
</style>