Shades of Frangipani #FCD6A0
Tints of Frangipani #FCD6A0
RGB
CMYK
RGB Variations
Color information
#FCD6A0 (or 0xFCD6A0) is known color: Frangipani. HEX triplet: FC, D6 and A0. RGB value is (252,214,160). Sum of RGB (Red+Green+Blue) = 252+214+160=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6A0 is #03295F. Grayscale: #DBDBDB. Windows color (decimal): -207200 or 10540796. OLE color: 10540796.
HSL color Cylindrical-coordinate representation of color #FCD6A0: hue angle of 35.22º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCD6A0 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 160 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.01 |
| HSL | 35.22º | 0.94% | 0.81% | - |
| HSV(B) | 35.22º | 0.37% | 0.99% | - |
| XYZ | 70.54 | 71.33 | 43.31 | - |
| YUV | 219.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 160 | 0 | 0.15 | 0.37 | 0.01 | 35.22 | 0.94 | 0.81 |
| Hex | FC | D6 | A0 | 0 | F | 25 | 1 | 23 | 5E | 51 |
| Octal | 374 | 326 | 240 | 0 | 17 | 45 | 1 | 43 | 136 | 121 |
| Binary | 11111100 | 11010110 | 10100000 | 0 | 1111 | 100101 | 1 | 100011 | 1011110 | 1010001 |
Color Harmonies of #FCD6A0
Complementary color
Monochromatic Colors of #FCD6A0
Black with #FCD6A0
Text Example
Text Example
White with #FCD6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6A0; }
p { color: rgb(252,214,160); }
H1.HeaderClassName
{
color: #FCD6A0;
}
.AnyTagClassName
{
color: #FCD6A0;
}
</style>
background-color css
<style>
a { background-color: #FCD6A0; }
a { background-color: rgb(252,214,160); }
div.DivClassName
{
background-color: #FCD6A0;
}
.BgClassName
{
background-color: #FCD6A0;
}
</style>
border-color css
<style>
span { border-color: #FCD6A0; }
span { border-color: rgb(252,214,160); }
td.TdClassName
{
border-color: #FCD6A0;
}
.TagClassName
{
border-color: #FCD6A0;
}
</style>