Shades of Frangipani #FCDAA1
Tints of Frangipani #FCDAA1
RGB
CMYK
RGB Variations
Color information
#FCDAA1 (or 0xFCDAA1) is known color: Frangipani. HEX triplet: FC, DA and A1. RGB value is (252,218,161). Sum of RGB (Red+Green+Blue) = 252+218+161=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 161 (63.28% from 255 or 25.52% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAA1 is #03255E. Grayscale: #DDDDDD. Windows color (decimal): -206175 or 10607356. OLE color: 10607356.
HSL color Cylindrical-coordinate representation of color #FCDAA1: hue angle of 37.58º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCDAA1 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 161 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.01 |
| HSL | 37.58º | 0.94% | 0.81% | - |
| HSV(B) | 37.58º | 0.36% | 0.99% | - |
| XYZ | 71.65 | 73.41 | 44.11 | - |
| YUV | 221.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 161 | 0 | 0.13 | 0.36 | 0.01 | 37.58 | 0.94 | 0.81 |
| Hex | FC | DA | A1 | 0 | D | 24 | 1 | 26 | 5E | 51 |
| Octal | 374 | 332 | 241 | 0 | 15 | 44 | 1 | 46 | 136 | 121 |
| Binary | 11111100 | 11011010 | 10100001 | 0 | 1101 | 100100 | 1 | 100110 | 1011110 | 1010001 |
Color Harmonies of #FCDAA1
Complementary color
Monochromatic Colors of #FCDAA1
Black with #FCDAA1
Text Example
Text Example
White with #FCDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAA1; }
p { color: rgb(252,218,161); }
H1.HeaderClassName
{
color: #FCDAA1;
}
.AnyTagClassName
{
color: #FCDAA1;
}
</style>
background-color css
<style>
a { background-color: #FCDAA1; }
a { background-color: rgb(252,218,161); }
div.DivClassName
{
background-color: #FCDAA1;
}
.BgClassName
{
background-color: #FCDAA1;
}
</style>
border-color css
<style>
span { border-color: #FCDAA1; }
span { border-color: rgb(252,218,161); }
td.TdClassName
{
border-color: #FCDAA1;
}
.TagClassName
{
border-color: #FCDAA1;
}
</style>