Shades of Frangipani #FCD5A6
Tints of Frangipani #FCD5A6
RGB
CMYK
RGB Variations
Color information
#FCD5A6 (or 0xFCD5A6) is known color: Frangipani. HEX triplet: FC, D5 and A6. RGB value is (252,213,166). Sum of RGB (Red+Green+Blue) = 252+213+166=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5A6 is #032A59. Grayscale: #DBDBDB. Windows color (decimal): -207450 or 10933756. OLE color: 10933756.
HSL color Cylindrical-coordinate representation of color #FCD5A6: hue angle of 32.79º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCD5A6 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 166 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.01 |
| HSL | 32.79º | 0.93% | 0.82% | - |
| HSV(B) | 32.79º | 0.34% | 0.99% | - |
| XYZ | 70.82 | 71.04 | 46.06 | - |
| YUV | 219.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 166 | 0 | 0.15 | 0.34 | 0.01 | 32.79 | 0.93 | 0.82 |
| Hex | FC | D5 | A6 | 0 | F | 22 | 1 | 21 | 5D | 52 |
| Octal | 374 | 325 | 246 | 0 | 17 | 42 | 1 | 41 | 135 | 122 |
| Binary | 11111100 | 11010101 | 10100110 | 0 | 1111 | 100010 | 1 | 100001 | 1011101 | 1010010 |
Color Harmonies of #FCD5A6
Complementary color
Monochromatic Colors of #FCD5A6
Black with #FCD5A6
Text Example
Text Example
White with #FCD5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5A6; }
p { color: rgb(252,213,166); }
H1.HeaderClassName
{
color: #FCD5A6;
}
.AnyTagClassName
{
color: #FCD5A6;
}
</style>
background-color css
<style>
a { background-color: #FCD5A6; }
a { background-color: rgb(252,213,166); }
div.DivClassName
{
background-color: #FCD5A6;
}
.BgClassName
{
background-color: #FCD5A6;
}
</style>
border-color css
<style>
span { border-color: #FCD5A6; }
span { border-color: rgb(252,213,166); }
td.TdClassName
{
border-color: #FCD5A6;
}
.TagClassName
{
border-color: #FCD5A6;
}
</style>