Shades of Frangipani #FCD7A1
Tints of Frangipani #FCD7A1
RGB
CMYK
RGB Variations
Color information
#FCD7A1 (or 0xFCD7A1) is known color: Frangipani. HEX triplet: FC, D7 and A1. RGB value is (252,215,161). Sum of RGB (Red+Green+Blue) = 252+215+161=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 161 (63.28% from 255 or 25.64% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7A1 is #03285E. Grayscale: #DCDCDC. Windows color (decimal): -206943 or 10606588. OLE color: 10606588.
HSL color Cylindrical-coordinate representation of color #FCD7A1: hue angle of 35.6º 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 #FCD7A1 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 161 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.01 |
| HSL | 35.6º | 0.94% | 0.81% | - |
| HSV(B) | 35.6º | 0.36% | 0.99% | - |
| XYZ | 70.88 | 71.87 | 43.85 | - |
| YUV | 219.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 161 | 0 | 0.15 | 0.36 | 0.01 | 35.6 | 0.94 | 0.81 |
| Hex | FC | D7 | A1 | 0 | F | 24 | 1 | 24 | 5E | 51 |
| Octal | 374 | 327 | 241 | 0 | 17 | 44 | 1 | 44 | 136 | 121 |
| Binary | 11111100 | 11010111 | 10100001 | 0 | 1111 | 100100 | 1 | 100100 | 1011110 | 1010001 |
Color Harmonies of #FCD7A1
Complementary color
Monochromatic Colors of #FCD7A1
Black with #FCD7A1
Text Example
Text Example
White with #FCD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7A1; }
p { color: rgb(252,215,161); }
H1.HeaderClassName
{
color: #FCD7A1;
}
.AnyTagClassName
{
color: #FCD7A1;
}
</style>
background-color css
<style>
a { background-color: #FCD7A1; }
a { background-color: rgb(252,215,161); }
div.DivClassName
{
background-color: #FCD7A1;
}
.BgClassName
{
background-color: #FCD7A1;
}
</style>
border-color css
<style>
span { border-color: #FCD7A1; }
span { border-color: rgb(252,215,161); }
td.TdClassName
{
border-color: #FCD7A1;
}
.TagClassName
{
border-color: #FCD7A1;
}
</style>