Shades of Romantic #FCC0A0
Tints of Romantic #FCC0A0
RGB
CMYK
RGB Variations
Color information
#FCC0A0 (or 0xFCC0A0) is known color: Romantic. HEX triplet: FC, C0 and A0. RGB value is (252,192,160). Sum of RGB (Red+Green+Blue) = 252+192+160=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0A0 is #033F5F. Grayscale: #CECECE. Windows color (decimal): -212832 or 10535164. OLE color: 10535164.
HSL color Cylindrical-coordinate representation of color #FCC0A0: hue angle of 20.87º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCC0A0 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 160 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.01 |
| HSL | 20.87º | 0.94% | 0.81% | - |
| HSV(B) | 20.87º | 0.37% | 0.99% | - |
| XYZ | 65.34 | 60.93 | 41.58 | - |
| YUV | 206.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 160 | 0 | 0.24 | 0.37 | 0.01 | 20.87 | 0.94 | 0.81 |
| Hex | FC | C0 | A0 | 0 | 18 | 25 | 1 | 15 | 5E | 51 |
| Octal | 374 | 300 | 240 | 0 | 30 | 45 | 1 | 25 | 136 | 121 |
| Binary | 11111100 | 11000000 | 10100000 | 0 | 11000 | 100101 | 1 | 10101 | 1011110 | 1010001 |
Color Harmonies of #FCC0A0
Complementary color
Monochromatic Colors of #FCC0A0
Black with #FCC0A0
Text Example
Text Example
White with #FCC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0A0; }
p { color: rgb(252,192,160); }
H1.HeaderClassName
{
color: #FCC0A0;
}
.AnyTagClassName
{
color: #FCC0A0;
}
</style>
background-color css
<style>
a { background-color: #FCC0A0; }
a { background-color: rgb(252,192,160); }
div.DivClassName
{
background-color: #FCC0A0;
}
.BgClassName
{
background-color: #FCC0A0;
}
</style>
border-color css
<style>
span { border-color: #FCC0A0; }
span { border-color: rgb(252,192,160); }
td.TdClassName
{
border-color: #FCC0A0;
}
.TagClassName
{
border-color: #FCC0A0;
}
</style>