Shades of Frangipani #FCD4A3
Tints of Frangipani #FCD4A3
RGB
CMYK
RGB Variations
Color information
#FCD4A3 (or 0xFCD4A3) is known color: Frangipani. HEX triplet: FC, D4 and A3. RGB value is (252,212,163). Sum of RGB (Red+Green+Blue) = 252+212+163=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 163 (64.06% from 255 or 26.00% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4A3 is #032B5C. Grayscale: #DADADA. Windows color (decimal): -207709 or 10736892. OLE color: 10736892.
HSL color Cylindrical-coordinate representation of color #FCD4A3: hue angle of 33.03º 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 #FCD4A3 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 163 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.01 |
| HSL | 33.03º | 0.94% | 0.81% | - |
| HSV(B) | 33.03º | 0.35% | 0.99% | - |
| XYZ | 70.3 | 70.43 | 44.54 | - |
| YUV | 218.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 163 | 0 | 0.16 | 0.35 | 0.01 | 33.03 | 0.94 | 0.81 |
| Hex | FC | D4 | A3 | 0 | 10 | 23 | 1 | 21 | 5E | 51 |
| Octal | 374 | 324 | 243 | 0 | 20 | 43 | 1 | 41 | 136 | 121 |
| Binary | 11111100 | 11010100 | 10100011 | 0 | 10000 | 100011 | 1 | 100001 | 1011110 | 1010001 |
Color Harmonies of #FCD4A3
Complementary color
Monochromatic Colors of #FCD4A3
Black with #FCD4A3
Text Example
Text Example
White with #FCD4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4A3; }
p { color: rgb(252,212,163); }
H1.HeaderClassName
{
color: #FCD4A3;
}
.AnyTagClassName
{
color: #FCD4A3;
}
</style>
background-color css
<style>
a { background-color: #FCD4A3; }
a { background-color: rgb(252,212,163); }
div.DivClassName
{
background-color: #FCD4A3;
}
.BgClassName
{
background-color: #FCD4A3;
}
</style>
border-color css
<style>
span { border-color: #FCD4A3; }
span { border-color: rgb(252,212,163); }
td.TdClassName
{
border-color: #FCD4A3;
}
.TagClassName
{
border-color: #FCD4A3;
}
</style>