Shades of Frangipani #FCD79D
Tints of Frangipani #FCD79D
RGB
CMYK
RGB Variations
Color information
#FCD79D (or 0xFCD79D) is known color: Frangipani. HEX triplet: FC, D7 and 9D. RGB value is (252,215,157). Sum of RGB (Red+Green+Blue) = 252+215+157=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD79D is #032862. Grayscale: #DBDBDB. Windows color (decimal): -206947 or 10344444. OLE color: 10344444.
HSL color Cylindrical-coordinate representation of color #FCD79D: hue angle of 36.63º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCD79D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 157 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.01 |
| HSL | 36.63º | 0.94% | 0.8% | - |
| HSV(B) | 36.63º | 0.38% | 0.99% | - |
| XYZ | 70.53 | 71.73 | 42.03 | - |
| YUV | 219.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 157 | 0 | 0.15 | 0.38 | 0.01 | 36.63 | 0.94 | 0.8 |
| Hex | FC | D7 | 9D | 0 | F | 26 | 1 | 25 | 5E | 50 |
| Octal | 374 | 327 | 235 | 0 | 17 | 46 | 1 | 45 | 136 | 120 |
| Binary | 11111100 | 11010111 | 10011101 | 0 | 1111 | 100110 | 1 | 100101 | 1011110 | 1010000 |
Color Harmonies of #FCD79D
Complementary color
Monochromatic Colors of #FCD79D
Black with #FCD79D
Text Example
Text Example
White with #FCD79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD79D; }
p { color: rgb(252,215,157); }
H1.HeaderClassName
{
color: #FCD79D;
}
.AnyTagClassName
{
color: #FCD79D;
}
</style>
background-color css
<style>
a { background-color: #FCD79D; }
a { background-color: rgb(252,215,157); }
div.DivClassName
{
background-color: #FCD79D;
}
.BgClassName
{
background-color: #FCD79D;
}
</style>
border-color css
<style>
span { border-color: #FCD79D; }
span { border-color: rgb(252,215,157); }
td.TdClassName
{
border-color: #FCD79D;
}
.TagClassName
{
border-color: #FCD79D;
}
</style>