Shades of Frangipani #FCD2A2
Tints of Frangipani #FCD2A2
RGB
CMYK
RGB Variations
Color information
#FCD2A2 (or 0xFCD2A2) is known color: Frangipani. HEX triplet: FC, D2 and A2. RGB value is (252,210,162). Sum of RGB (Red+Green+Blue) = 252+210+162=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2A2 is #032D5D. Grayscale: #D9D9D9. Windows color (decimal): -208222 or 10670844. OLE color: 10670844.
HSL color Cylindrical-coordinate representation of color #FCD2A2: hue angle of 32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCD2A2 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 162 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.01 |
| HSL | 32º | 0.94% | 0.81% | - |
| HSV(B) | 32º | 0.36% | 0.99% | - |
| XYZ | 69.71 | 69.4 | 43.9 | - |
| YUV | 217.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 162 | 0 | 0.17 | 0.36 | 0.01 | 32 | 0.94 | 0.81 |
| Hex | FC | D2 | A2 | 0 | 11 | 24 | 1 | 20 | 5E | 51 |
| Octal | 374 | 322 | 242 | 0 | 21 | 44 | 1 | 40 | 136 | 121 |
| Binary | 11111100 | 11010010 | 10100010 | 0 | 10001 | 100100 | 1 | 100000 | 1011110 | 1010001 |
Color Harmonies of #FCD2A2
Complementary color
Monochromatic Colors of #FCD2A2
Black with #FCD2A2
Text Example
Text Example
White with #FCD2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2A2; }
p { color: rgb(252,210,162); }
H1.HeaderClassName
{
color: #FCD2A2;
}
.AnyTagClassName
{
color: #FCD2A2;
}
</style>
background-color css
<style>
a { background-color: #FCD2A2; }
a { background-color: rgb(252,210,162); }
div.DivClassName
{
background-color: #FCD2A2;
}
.BgClassName
{
background-color: #FCD2A2;
}
</style>
border-color css
<style>
span { border-color: #FCD2A2; }
span { border-color: rgb(252,210,162); }
td.TdClassName
{
border-color: #FCD2A2;
}
.TagClassName
{
border-color: #FCD2A2;
}
</style>