Shades of Frangipani #FCD7A3
Tints of Frangipani #FCD7A3
RGB
CMYK
RGB Variations
Color information
#FCD7A3 (or 0xFCD7A3) is known color: Frangipani. HEX triplet: FC, D7 and A3. RGB value is (252,215,163). Sum of RGB (Red+Green+Blue) = 252+215+163=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 163 (64.06% from 255 or 25.87% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7A3 is #03285C. Grayscale: #DCDCDC. Windows color (decimal): -206941 or 10737660. OLE color: 10737660.
HSL color Cylindrical-coordinate representation of color #FCD7A3: hue angle of 35.06º 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 #FCD7A3 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 163 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.01 |
| HSL | 35.06º | 0.94% | 0.81% | - |
| HSV(B) | 35.06º | 0.35% | 0.99% | - |
| XYZ | 71.06 | 71.94 | 44.79 | - |
| YUV | 220.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 163 | 0 | 0.15 | 0.35 | 0.01 | 35.06 | 0.94 | 0.81 |
| Hex | FC | D7 | A3 | 0 | F | 23 | 1 | 23 | 5E | 51 |
| Octal | 374 | 327 | 243 | 0 | 17 | 43 | 1 | 43 | 136 | 121 |
| Binary | 11111100 | 11010111 | 10100011 | 0 | 1111 | 100011 | 1 | 100011 | 1011110 | 1010001 |
Color Harmonies of #FCD7A3
Complementary color
Monochromatic Colors of #FCD7A3
Black with #FCD7A3
Text Example
Text Example
White with #FCD7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7A3; }
p { color: rgb(252,215,163); }
H1.HeaderClassName
{
color: #FCD7A3;
}
.AnyTagClassName
{
color: #FCD7A3;
}
</style>
background-color css
<style>
a { background-color: #FCD7A3; }
a { background-color: rgb(252,215,163); }
div.DivClassName
{
background-color: #FCD7A3;
}
.BgClassName
{
background-color: #FCD7A3;
}
</style>
border-color css
<style>
span { border-color: #FCD7A3; }
span { border-color: rgb(252,215,163); }
td.TdClassName
{
border-color: #FCD7A3;
}
.TagClassName
{
border-color: #FCD7A3;
}
</style>