Shades of Romantic #FCC5A2
Tints of Romantic #FCC5A2
RGB
CMYK
RGB Variations
Color information
#FCC5A2 (or 0xFCC5A2) is known color: Romantic. HEX triplet: FC, C5 and A2. RGB value is (252,197,162). Sum of RGB (Red+Green+Blue) = 252+197+162=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5A2 is #033A5D. Grayscale: #D1D1D1. Windows color (decimal): -211550 or 10667516. OLE color: 10667516.
HSL color Cylindrical-coordinate representation of color #FCC5A2: hue angle of 23.33º 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 #FCC5A2 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 162 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.01 |
| HSL | 23.33º | 0.94% | 0.81% | - |
| HSV(B) | 23.33º | 0.36% | 0.99% | - |
| XYZ | 66.63 | 63.24 | 42.88 | - |
| YUV | 209.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 162 | 0 | 0.22 | 0.36 | 0.01 | 23.33 | 0.94 | 0.81 |
| Hex | FC | C5 | A2 | 0 | 16 | 24 | 1 | 17 | 5E | 51 |
| Octal | 374 | 305 | 242 | 0 | 26 | 44 | 1 | 27 | 136 | 121 |
| Binary | 11111100 | 11000101 | 10100010 | 0 | 10110 | 100100 | 1 | 10111 | 1011110 | 1010001 |
Color Harmonies of #FCC5A2
Complementary color
Monochromatic Colors of #FCC5A2
Black with #FCC5A2
Text Example
Text Example
White with #FCC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5A2; }
p { color: rgb(252,197,162); }
H1.HeaderClassName
{
color: #FCC5A2;
}
.AnyTagClassName
{
color: #FCC5A2;
}
</style>
background-color css
<style>
a { background-color: #FCC5A2; }
a { background-color: rgb(252,197,162); }
div.DivClassName
{
background-color: #FCC5A2;
}
.BgClassName
{
background-color: #FCC5A2;
}
</style>
border-color css
<style>
span { border-color: #FCC5A2; }
span { border-color: rgb(252,197,162); }
td.TdClassName
{
border-color: #FCC5A2;
}
.TagClassName
{
border-color: #FCC5A2;
}
</style>