Shades of Frangipani #FCD49F
Tints of Frangipani #FCD49F
RGB
CMYK
RGB Variations
Color information
#FCD49F (or 0xFCD49F) is known color: Frangipani. HEX triplet: FC, D4 and 9F. RGB value is (252,212,159). Sum of RGB (Red+Green+Blue) = 252+212+159=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 159 (62.5% from 255 or 25.52% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD49F is #032B60. Grayscale: #DADADA. Windows color (decimal): -207713 or 10474748. OLE color: 10474748.
HSL color Cylindrical-coordinate representation of color #FCD49F: hue angle of 34.19º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCD49F is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 159 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.01 |
| HSL | 34.19º | 0.94% | 0.81% | - |
| HSV(B) | 34.19º | 0.37% | 0.99% | - |
| XYZ | 69.95 | 70.29 | 42.68 | - |
| YUV | 217.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 159 | 0 | 0.16 | 0.37 | 0.01 | 34.19 | 0.94 | 0.81 |
| Hex | FC | D4 | 9F | 0 | 10 | 25 | 1 | 22 | 5E | 51 |
| Octal | 374 | 324 | 237 | 0 | 20 | 45 | 1 | 42 | 136 | 121 |
| Binary | 11111100 | 11010100 | 10011111 | 0 | 10000 | 100101 | 1 | 100010 | 1011110 | 1010001 |
Color Harmonies of #FCD49F
Complementary color
Monochromatic Colors of #FCD49F
Black with #FCD49F
Text Example
Text Example
White with #FCD49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD49F; }
p { color: rgb(252,212,159); }
H1.HeaderClassName
{
color: #FCD49F;
}
.AnyTagClassName
{
color: #FCD49F;
}
</style>
background-color css
<style>
a { background-color: #FCD49F; }
a { background-color: rgb(252,212,159); }
div.DivClassName
{
background-color: #FCD49F;
}
.BgClassName
{
background-color: #FCD49F;
}
</style>
border-color css
<style>
span { border-color: #FCD49F; }
span { border-color: rgb(252,212,159); }
td.TdClassName
{
border-color: #FCD49F;
}
.TagClassName
{
border-color: #FCD49F;
}
</style>