Shades of Frangipani #FCD4A0
Tints of Frangipani #FCD4A0
RGB
CMYK
RGB Variations
Color information
#FCD4A0 (or 0xFCD4A0) is known color: Frangipani. HEX triplet: FC, D4 and A0. RGB value is (252,212,160). Sum of RGB (Red+Green+Blue) = 252+212+160=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4A0 is #032B5F. Grayscale: #DADADA. Windows color (decimal): -207712 or 10540284. OLE color: 10540284.
HSL color Cylindrical-coordinate representation of color #FCD4A0: hue angle of 33.91º 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 #FCD4A0 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 160 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.01 |
| HSL | 33.91º | 0.94% | 0.81% | - |
| HSV(B) | 33.91º | 0.37% | 0.99% | - |
| XYZ | 70.03 | 70.32 | 43.14 | - |
| YUV | 218.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 160 | 0 | 0.16 | 0.37 | 0.01 | 33.91 | 0.94 | 0.81 |
| Hex | FC | D4 | A0 | 0 | 10 | 25 | 1 | 22 | 5E | 51 |
| Octal | 374 | 324 | 240 | 0 | 20 | 45 | 1 | 42 | 136 | 121 |
| Binary | 11111100 | 11010100 | 10100000 | 0 | 10000 | 100101 | 1 | 100010 | 1011110 | 1010001 |
Color Harmonies of #FCD4A0
Complementary color
Monochromatic Colors of #FCD4A0
Black with #FCD4A0
Text Example
Text Example
White with #FCD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4A0; }
p { color: rgb(252,212,160); }
H1.HeaderClassName
{
color: #FCD4A0;
}
.AnyTagClassName
{
color: #FCD4A0;
}
</style>
background-color css
<style>
a { background-color: #FCD4A0; }
a { background-color: rgb(252,212,160); }
div.DivClassName
{
background-color: #FCD4A0;
}
.BgClassName
{
background-color: #FCD4A0;
}
</style>
border-color css
<style>
span { border-color: #FCD4A0; }
span { border-color: rgb(252,212,160); }
td.TdClassName
{
border-color: #FCD4A0;
}
.TagClassName
{
border-color: #FCD4A0;
}
</style>