Shades of Frangipani #FCD9A4
Tints of Frangipani #FCD9A4
RGB
CMYK
RGB Variations
Color information
#FCD9A4 (or 0xFCD9A4) is known color: Frangipani. HEX triplet: FC, D9 and A4. RGB value is (252,217,164). Sum of RGB (Red+Green+Blue) = 252+217+164=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD9A4 is #03265B. Grayscale: #DDDDDD. Windows color (decimal): -206428 or 10803708. OLE color: 10803708.
HSL color Cylindrical-coordinate representation of color #FCD9A4: hue angle of 36.14º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCD9A4 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 164 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.01 |
| HSL | 36.14º | 0.94% | 0.82% | - |
| HSV(B) | 36.14º | 0.35% | 0.99% | - |
| XYZ | 71.66 | 73 | 45.44 | - |
| YUV | 221.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 164 | 0 | 0.14 | 0.35 | 0.01 | 36.14 | 0.94 | 0.82 |
| Hex | FC | D9 | A4 | 0 | E | 23 | 1 | 24 | 5E | 52 |
| Octal | 374 | 331 | 244 | 0 | 16 | 43 | 1 | 44 | 136 | 122 |
| Binary | 11111100 | 11011001 | 10100100 | 0 | 1110 | 100011 | 1 | 100100 | 1011110 | 1010010 |
Color Harmonies of #FCD9A4
Complementary color
Monochromatic Colors of #FCD9A4
Black with #FCD9A4
Text Example
Text Example
White with #FCD9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9A4; }
p { color: rgb(252,217,164); }
H1.HeaderClassName
{
color: #FCD9A4;
}
.AnyTagClassName
{
color: #FCD9A4;
}
</style>
background-color css
<style>
a { background-color: #FCD9A4; }
a { background-color: rgb(252,217,164); }
div.DivClassName
{
background-color: #FCD9A4;
}
.BgClassName
{
background-color: #FCD9A4;
}
</style>
border-color css
<style>
span { border-color: #FCD9A4; }
span { border-color: rgb(252,217,164); }
td.TdClassName
{
border-color: #FCD9A4;
}
.TagClassName
{
border-color: #FCD9A4;
}
</style>