Shades of Frangipani #FCD6A3
Tints of Frangipani #FCD6A3
RGB
CMYK
RGB Variations
Color information
#FCD6A3 (or 0xFCD6A3) is known color: Frangipani. HEX triplet: FC, D6 and A3. RGB value is (252,214,163). Sum of RGB (Red+Green+Blue) = 252+214+163=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 163 (64.06% from 255 or 25.91% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6A3 is #03295C. Grayscale: #DBDBDB. Windows color (decimal): -207197 or 10737404. OLE color: 10737404.
HSL color Cylindrical-coordinate representation of color #FCD6A3: hue angle of 34.38º 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 #FCD6A3 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 163 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.01 |
| HSL | 34.38º | 0.94% | 0.81% | - |
| HSV(B) | 34.38º | 0.35% | 0.99% | - |
| XYZ | 70.8 | 71.43 | 44.71 | - |
| YUV | 219.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 163 | 0 | 0.15 | 0.35 | 0.01 | 34.38 | 0.94 | 0.81 |
| Hex | FC | D6 | A3 | 0 | F | 23 | 1 | 22 | 5E | 51 |
| Octal | 374 | 326 | 243 | 0 | 17 | 43 | 1 | 42 | 136 | 121 |
| Binary | 11111100 | 11010110 | 10100011 | 0 | 1111 | 100011 | 1 | 100010 | 1011110 | 1010001 |
Color Harmonies of #FCD6A3
Complementary color
Monochromatic Colors of #FCD6A3
Black with #FCD6A3
Text Example
Text Example
White with #FCD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6A3; }
p { color: rgb(252,214,163); }
H1.HeaderClassName
{
color: #FCD6A3;
}
.AnyTagClassName
{
color: #FCD6A3;
}
</style>
background-color css
<style>
a { background-color: #FCD6A3; }
a { background-color: rgb(252,214,163); }
div.DivClassName
{
background-color: #FCD6A3;
}
.BgClassName
{
background-color: #FCD6A3;
}
</style>
border-color css
<style>
span { border-color: #FCD6A3; }
span { border-color: rgb(252,214,163); }
td.TdClassName
{
border-color: #FCD6A3;
}
.TagClassName
{
border-color: #FCD6A3;
}
</style>