Shades of Romantic #FCC3A0
Tints of Romantic #FCC3A0
RGB
CMYK
RGB Variations
Color information
#FCC3A0 (or 0xFCC3A0) is known color: Romantic. HEX triplet: FC, C3 and A0. RGB value is (252,195,160). Sum of RGB (Red+Green+Blue) = 252+195+160=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3A0 is #033C5F. Grayscale: #D0D0D0. Windows color (decimal): -212064 or 10535932. OLE color: 10535932.
HSL color Cylindrical-coordinate representation of color #FCC3A0: hue angle of 22.83º 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 #FCC3A0 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 160 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.01 |
| HSL | 22.83º | 0.94% | 0.81% | - |
| HSV(B) | 22.83º | 0.37% | 0.99% | - |
| XYZ | 66.01 | 62.26 | 41.8 | - |
| YUV | 208.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 160 | 0 | 0.23 | 0.37 | 0.01 | 22.83 | 0.94 | 0.81 |
| Hex | FC | C3 | A0 | 0 | 17 | 25 | 1 | 17 | 5E | 51 |
| Octal | 374 | 303 | 240 | 0 | 27 | 45 | 1 | 27 | 136 | 121 |
| Binary | 11111100 | 11000011 | 10100000 | 0 | 10111 | 100101 | 1 | 10111 | 1011110 | 1010001 |
Color Harmonies of #FCC3A0
Complementary color
Monochromatic Colors of #FCC3A0
Black with #FCC3A0
Text Example
Text Example
White with #FCC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3A0; }
p { color: rgb(252,195,160); }
H1.HeaderClassName
{
color: #FCC3A0;
}
.AnyTagClassName
{
color: #FCC3A0;
}
</style>
background-color css
<style>
a { background-color: #FCC3A0; }
a { background-color: rgb(252,195,160); }
div.DivClassName
{
background-color: #FCC3A0;
}
.BgClassName
{
background-color: #FCC3A0;
}
</style>
border-color css
<style>
span { border-color: #FCC3A0; }
span { border-color: rgb(252,195,160); }
td.TdClassName
{
border-color: #FCC3A0;
}
.TagClassName
{
border-color: #FCC3A0;
}
</style>