Shades of Frangipani #FCDAA5
Tints of Frangipani #FCDAA5
RGB
CMYK
RGB Variations
Color information
#FCDAA5 (or 0xFCDAA5) is known color: Frangipani. HEX triplet: FC, DA and A5. RGB value is (252,218,165). Sum of RGB (Red+Green+Blue) = 252+218+165=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 165 (64.84% from 255 or 25.98% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAA5 is #03255A. Grayscale: #DEDEDE. Windows color (decimal): -206171 or 10869500. OLE color: 10869500.
HSL color Cylindrical-coordinate representation of color #FCDAA5: hue angle of 36.55º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCDAA5 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 165 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.01 |
| HSL | 36.55º | 0.94% | 0.82% | - |
| HSV(B) | 36.55º | 0.35% | 0.99% | - |
| XYZ | 72.01 | 73.55 | 46 | - |
| YUV | 222.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 165 | 0 | 0.13 | 0.35 | 0.01 | 36.55 | 0.94 | 0.82 |
| Hex | FC | DA | A5 | 0 | D | 23 | 1 | 25 | 5E | 52 |
| Octal | 374 | 332 | 245 | 0 | 15 | 43 | 1 | 45 | 136 | 122 |
| Binary | 11111100 | 11011010 | 10100101 | 0 | 1101 | 100011 | 1 | 100101 | 1011110 | 1010010 |
Color Harmonies of #FCDAA5
Complementary color
Monochromatic Colors of #FCDAA5
Black with #FCDAA5
Text Example
Text Example
White with #FCDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAA5; }
p { color: rgb(252,218,165); }
H1.HeaderClassName
{
color: #FCDAA5;
}
.AnyTagClassName
{
color: #FCDAA5;
}
</style>
background-color css
<style>
a { background-color: #FCDAA5; }
a { background-color: rgb(252,218,165); }
div.DivClassName
{
background-color: #FCDAA5;
}
.BgClassName
{
background-color: #FCDAA5;
}
</style>
border-color css
<style>
span { border-color: #FCDAA5; }
span { border-color: rgb(252,218,165); }
td.TdClassName
{
border-color: #FCDAA5;
}
.TagClassName
{
border-color: #FCDAA5;
}
</style>