Shades of Frangipani #FCD3A1
Tints of Frangipani #FCD3A1
RGB
CMYK
RGB Variations
Color information
#FCD3A1 (or 0xFCD3A1) is known color: Frangipani. HEX triplet: FC, D3 and A1. RGB value is (252,211,161). Sum of RGB (Red+Green+Blue) = 252+211+161=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3A1 is #032C5E. Grayscale: #D9D9D9. Windows color (decimal): -207967 or 10605564. OLE color: 10605564.
HSL color Cylindrical-coordinate representation of color #FCD3A1: hue angle of 32.97º 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 #FCD3A1 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 161 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.01 |
| HSL | 32.97º | 0.94% | 0.81% | - |
| HSV(B) | 32.97º | 0.36% | 0.99% | - |
| XYZ | 69.87 | 69.86 | 43.52 | - |
| YUV | 217.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 161 | 0 | 0.16 | 0.36 | 0.01 | 32.97 | 0.94 | 0.81 |
| Hex | FC | D3 | A1 | 0 | 10 | 24 | 1 | 21 | 5E | 51 |
| Octal | 374 | 323 | 241 | 0 | 20 | 44 | 1 | 41 | 136 | 121 |
| Binary | 11111100 | 11010011 | 10100001 | 0 | 10000 | 100100 | 1 | 100001 | 1011110 | 1010001 |
Color Harmonies of #FCD3A1
Complementary color
Monochromatic Colors of #FCD3A1
Black with #FCD3A1
Text Example
Text Example
White with #FCD3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3A1; }
p { color: rgb(252,211,161); }
H1.HeaderClassName
{
color: #FCD3A1;
}
.AnyTagClassName
{
color: #FCD3A1;
}
</style>
background-color css
<style>
a { background-color: #FCD3A1; }
a { background-color: rgb(252,211,161); }
div.DivClassName
{
background-color: #FCD3A1;
}
.BgClassName
{
background-color: #FCD3A1;
}
</style>
border-color css
<style>
span { border-color: #FCD3A1; }
span { border-color: rgb(252,211,161); }
td.TdClassName
{
border-color: #FCD3A1;
}
.TagClassName
{
border-color: #FCD3A1;
}
</style>