Shades of Frangipani #FCDAA3
Tints of Frangipani #FCDAA3
RGB
CMYK
RGB Variations
Color information
#FCDAA3 (or 0xFCDAA3) is known color: Frangipani. HEX triplet: FC, DA and A3. RGB value is (252,218,163). Sum of RGB (Red+Green+Blue) = 252+218+163=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 163 (64.06% from 255 or 25.75% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAA3 is #03255C. Grayscale: #DEDEDE. Windows color (decimal): -206173 or 10738428. OLE color: 10738428.
HSL color Cylindrical-coordinate representation of color #FCDAA3: hue angle of 37.08º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCDAA3 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 163 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.01 |
| HSL | 37.08º | 0.94% | 0.81% | - |
| HSV(B) | 37.08º | 0.35% | 0.99% | - |
| XYZ | 71.83 | 73.48 | 45.05 | - |
| YUV | 221.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 163 | 0 | 0.13 | 0.35 | 0.01 | 37.08 | 0.94 | 0.81 |
| Hex | FC | DA | A3 | 0 | D | 23 | 1 | 25 | 5E | 51 |
| Octal | 374 | 332 | 243 | 0 | 15 | 43 | 1 | 45 | 136 | 121 |
| Binary | 11111100 | 11011010 | 10100011 | 0 | 1101 | 100011 | 1 | 100101 | 1011110 | 1010001 |
Color Harmonies of #FCDAA3
Complementary color
Monochromatic Colors of #FCDAA3
Black with #FCDAA3
Text Example
Text Example
White with #FCDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAA3; }
p { color: rgb(252,218,163); }
H1.HeaderClassName
{
color: #FCDAA3;
}
.AnyTagClassName
{
color: #FCDAA3;
}
</style>
background-color css
<style>
a { background-color: #FCDAA3; }
a { background-color: rgb(252,218,163); }
div.DivClassName
{
background-color: #FCDAA3;
}
.BgClassName
{
background-color: #FCDAA3;
}
</style>
border-color css
<style>
span { border-color: #FCDAA3; }
span { border-color: rgb(252,218,163); }
td.TdClassName
{
border-color: #FCDAA3;
}
.TagClassName
{
border-color: #FCDAA3;
}
</style>