Shades of Frangipani #FCD8A8
Tints of Frangipani #FCD8A8
RGB
CMYK
RGB Variations
Color information
#FCD8A8 (or 0xFCD8A8) is known color: Frangipani. HEX triplet: FC, D8 and A8. RGB value is (252,216,168). Sum of RGB (Red+Green+Blue) = 252+216+168=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 168 (66.02% from 255 or 26.42% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8A8 is #032757. Grayscale: #DDDDDD. Windows color (decimal): -206680 or 11065596. OLE color: 11065596.
HSL color Cylindrical-coordinate representation of color #FCD8A8: hue angle of 34.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCD8A8 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 168 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.01 |
| HSL | 34.29º | 0.93% | 0.82% | - |
| HSV(B) | 34.29º | 0.33% | 0.99% | - |
| XYZ | 71.77 | 72.63 | 47.28 | - |
| YUV | 221.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 168 | 0 | 0.14 | 0.33 | 0.01 | 34.29 | 0.93 | 0.82 |
| Hex | FC | D8 | A8 | 0 | E | 21 | 1 | 22 | 5D | 52 |
| Octal | 374 | 330 | 250 | 0 | 16 | 41 | 1 | 42 | 135 | 122 |
| Binary | 11111100 | 11011000 | 10101000 | 0 | 1110 | 100001 | 1 | 100010 | 1011101 | 1010010 |
Color Harmonies of #FCD8A8
Complementary color
Monochromatic Colors of #FCD8A8
Black with #FCD8A8
Text Example
Text Example
White with #FCD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8A8; }
p { color: rgb(252,216,168); }
H1.HeaderClassName
{
color: #FCD8A8;
}
.AnyTagClassName
{
color: #FCD8A8;
}
</style>
background-color css
<style>
a { background-color: #FCD8A8; }
a { background-color: rgb(252,216,168); }
div.DivClassName
{
background-color: #FCD8A8;
}
.BgClassName
{
background-color: #FCD8A8;
}
</style>
border-color css
<style>
span { border-color: #FCD8A8; }
span { border-color: rgb(252,216,168); }
td.TdClassName
{
border-color: #FCD8A8;
}
.TagClassName
{
border-color: #FCD8A8;
}
</style>