Shades of Frangipani #FCD5A9
Tints of Frangipani #FCD5A9
RGB
CMYK
RGB Variations
Color information
#FCD5A9 (or 0xFCD5A9) is known color: Frangipani. HEX triplet: FC, D5 and A9. RGB value is (252,213,169). Sum of RGB (Red+Green+Blue) = 252+213+169=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5A9 is #032A56. Grayscale: #DBDBDB. Windows color (decimal): -207447 or 11130364. OLE color: 11130364.
HSL color Cylindrical-coordinate representation of color #FCD5A9: hue angle of 31.81º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCD5A9 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 169 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.01 |
| HSL | 31.81º | 0.93% | 0.83% | - |
| HSV(B) | 31.81º | 0.33% | 0.99% | - |
| XYZ | 71.1 | 71.15 | 47.52 | - |
| YUV | 219.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 169 | 0 | 0.15 | 0.33 | 0.01 | 31.81 | 0.93 | 0.83 |
| Hex | FC | D5 | A9 | 0 | F | 21 | 1 | 20 | 5D | 53 |
| Octal | 374 | 325 | 251 | 0 | 17 | 41 | 1 | 40 | 135 | 123 |
| Binary | 11111100 | 11010101 | 10101001 | 0 | 1111 | 100001 | 1 | 100000 | 1011101 | 1010011 |
Color Harmonies of #FCD5A9
Complementary color
Monochromatic Colors of #FCD5A9
Black with #FCD5A9
Text Example
Text Example
White with #FCD5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5A9; }
p { color: rgb(252,213,169); }
H1.HeaderClassName
{
color: #FCD5A9;
}
.AnyTagClassName
{
color: #FCD5A9;
}
</style>
background-color css
<style>
a { background-color: #FCD5A9; }
a { background-color: rgb(252,213,169); }
div.DivClassName
{
background-color: #FCD5A9;
}
.BgClassName
{
background-color: #FCD5A9;
}
</style>
border-color css
<style>
span { border-color: #FCD5A9; }
span { border-color: rgb(252,213,169); }
td.TdClassName
{
border-color: #FCD5A9;
}
.TagClassName
{
border-color: #FCD5A9;
}
</style>