Shades of Frangipani #FCD5A8
Tints of Frangipani #FCD5A8
RGB
CMYK
RGB Variations
Color information
#FCD5A8 (or 0xFCD5A8) is known color: Frangipani. HEX triplet: FC, D5 and A8. RGB value is (252,213,168). Sum of RGB (Red+Green+Blue) = 252+213+168=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5A8 is #032A57. Grayscale: #DBDBDB. Windows color (decimal): -207448 or 11064828. OLE color: 11064828.
HSL color Cylindrical-coordinate representation of color #FCD5A8: hue angle of 32.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCD5A8 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 168 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.01 |
| HSL | 32.14º | 0.93% | 0.82% | - |
| HSV(B) | 32.14º | 0.33% | 0.99% | - |
| XYZ | 71.01 | 71.11 | 47.03 | - |
| YUV | 219.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 168 | 0 | 0.15 | 0.33 | 0.01 | 32.14 | 0.93 | 0.82 |
| Hex | FC | D5 | A8 | 0 | F | 21 | 1 | 20 | 5D | 52 |
| Octal | 374 | 325 | 250 | 0 | 17 | 41 | 1 | 40 | 135 | 122 |
| Binary | 11111100 | 11010101 | 10101000 | 0 | 1111 | 100001 | 1 | 100000 | 1011101 | 1010010 |
Color Harmonies of #FCD5A8
Complementary color
Monochromatic Colors of #FCD5A8
Black with #FCD5A8
Text Example
Text Example
White with #FCD5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5A8; }
p { color: rgb(252,213,168); }
H1.HeaderClassName
{
color: #FCD5A8;
}
.AnyTagClassName
{
color: #FCD5A8;
}
</style>
background-color css
<style>
a { background-color: #FCD5A8; }
a { background-color: rgb(252,213,168); }
div.DivClassName
{
background-color: #FCD5A8;
}
.BgClassName
{
background-color: #FCD5A8;
}
</style>
border-color css
<style>
span { border-color: #FCD5A8; }
span { border-color: rgb(252,213,168); }
td.TdClassName
{
border-color: #FCD5A8;
}
.TagClassName
{
border-color: #FCD5A8;
}
</style>