Shades of Frangipani #FCDA9D
Tints of Frangipani #FCDA9D
RGB
CMYK
RGB Variations
Color information
#FCDA9D (or 0xFCDA9D) is known color: Frangipani. HEX triplet: FC, DA and 9D. RGB value is (252,218,157). Sum of RGB (Red+Green+Blue) = 252+218+157=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA9D is #032562. Grayscale: #DDDDDD. Windows color (decimal): -206179 or 10345212. OLE color: 10345212.
HSL color Cylindrical-coordinate representation of color #FCDA9D: hue angle of 38.53º 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 #FCDA9D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 157 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.01 |
| HSL | 38.53º | 0.94% | 0.8% | - |
| HSV(B) | 38.53º | 0.38% | 0.99% | - |
| XYZ | 71.3 | 73.27 | 42.28 | - |
| YUV | 221.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 157 | 0 | 0.13 | 0.38 | 0.01 | 38.53 | 0.94 | 0.8 |
| Hex | FC | DA | 9D | 0 | D | 26 | 1 | 27 | 5E | 50 |
| Octal | 374 | 332 | 235 | 0 | 15 | 46 | 1 | 47 | 136 | 120 |
| Binary | 11111100 | 11011010 | 10011101 | 0 | 1101 | 100110 | 1 | 100111 | 1011110 | 1010000 |
Color Harmonies of #FCDA9D
Complementary color
Monochromatic Colors of #FCDA9D
Black with #FCDA9D
Text Example
Text Example
White with #FCDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA9D; }
p { color: rgb(252,218,157); }
H1.HeaderClassName
{
color: #FCDA9D;
}
.AnyTagClassName
{
color: #FCDA9D;
}
</style>
background-color css
<style>
a { background-color: #FCDA9D; }
a { background-color: rgb(252,218,157); }
div.DivClassName
{
background-color: #FCDA9D;
}
.BgClassName
{
background-color: #FCDA9D;
}
</style>
border-color css
<style>
span { border-color: #FCDA9D; }
span { border-color: rgb(252,218,157); }
td.TdClassName
{
border-color: #FCDA9D;
}
.TagClassName
{
border-color: #FCDA9D;
}
</style>