Shades of Frangipani #FCD4A1
Tints of Frangipani #FCD4A1
RGB
CMYK
RGB Variations
Color information
#FCD4A1 (or 0xFCD4A1) is known color: Frangipani. HEX triplet: FC, D4 and A1. RGB value is (252,212,161). Sum of RGB (Red+Green+Blue) = 252+212+161=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4A1 is #032B5E. Grayscale: #DADADA. Windows color (decimal): -207711 or 10605820. OLE color: 10605820.
HSL color Cylindrical-coordinate representation of color #FCD4A1: hue angle of 33.63º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCD4A1 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 161 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.01 |
| HSL | 33.63º | 0.94% | 0.81% | - |
| HSV(B) | 33.63º | 0.36% | 0.99% | - |
| XYZ | 70.12 | 70.36 | 43.6 | - |
| YUV | 218.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 161 | 0 | 0.16 | 0.36 | 0.01 | 33.63 | 0.94 | 0.81 |
| Hex | FC | D4 | A1 | 0 | 10 | 24 | 1 | 22 | 5E | 51 |
| Octal | 374 | 324 | 241 | 0 | 20 | 44 | 1 | 42 | 136 | 121 |
| Binary | 11111100 | 11010100 | 10100001 | 0 | 10000 | 100100 | 1 | 100010 | 1011110 | 1010001 |
Color Harmonies of #FCD4A1
Complementary color
Monochromatic Colors of #FCD4A1
Black with #FCD4A1
Text Example
Text Example
White with #FCD4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4A1; }
p { color: rgb(252,212,161); }
H1.HeaderClassName
{
color: #FCD4A1;
}
.AnyTagClassName
{
color: #FCD4A1;
}
</style>
background-color css
<style>
a { background-color: #FCD4A1; }
a { background-color: rgb(252,212,161); }
div.DivClassName
{
background-color: #FCD4A1;
}
.BgClassName
{
background-color: #FCD4A1;
}
</style>
border-color css
<style>
span { border-color: #FCD4A1; }
span { border-color: rgb(252,212,161); }
td.TdClassName
{
border-color: #FCD4A1;
}
.TagClassName
{
border-color: #FCD4A1;
}
</style>