Shades of Frangipani #FCD99E
Tints of Frangipani #FCD99E
RGB
CMYK
RGB Variations
Color information
#FCD99E (or 0xFCD99E) is known color: Frangipani. HEX triplet: FC, D9 and 9E. RGB value is (252,217,158). Sum of RGB (Red+Green+Blue) = 252+217+158=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD99E is #032661. Grayscale: #DDDDDD. Windows color (decimal): -206434 or 10410492. OLE color: 10410492.
HSL color Cylindrical-coordinate representation of color #FCD99E: hue angle of 37.66º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCD99E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 158 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.01 |
| HSL | 37.66º | 0.94% | 0.8% | - |
| HSV(B) | 37.66º | 0.37% | 0.99% | - |
| XYZ | 71.13 | 72.79 | 42.65 | - |
| YUV | 220.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 158 | 0 | 0.14 | 0.37 | 0.01 | 37.66 | 0.94 | 0.8 |
| Hex | FC | D9 | 9E | 0 | E | 25 | 1 | 26 | 5E | 50 |
| Octal | 374 | 331 | 236 | 0 | 16 | 45 | 1 | 46 | 136 | 120 |
| Binary | 11111100 | 11011001 | 10011110 | 0 | 1110 | 100101 | 1 | 100110 | 1011110 | 1010000 |
Color Harmonies of #FCD99E
Complementary color
Monochromatic Colors of #FCD99E
Black with #FCD99E
Text Example
Text Example
White with #FCD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD99E; }
p { color: rgb(252,217,158); }
H1.HeaderClassName
{
color: #FCD99E;
}
.AnyTagClassName
{
color: #FCD99E;
}
</style>
background-color css
<style>
a { background-color: #FCD99E; }
a { background-color: rgb(252,217,158); }
div.DivClassName
{
background-color: #FCD99E;
}
.BgClassName
{
background-color: #FCD99E;
}
</style>
border-color css
<style>
span { border-color: #FCD99E; }
span { border-color: rgb(252,217,158); }
td.TdClassName
{
border-color: #FCD99E;
}
.TagClassName
{
border-color: #FCD99E;
}
</style>