Shades of Romantic #FCC5A3
Tints of Romantic #FCC5A3
RGB
CMYK
RGB Variations
Color information
#FCC5A3 (or 0xFCC5A3) is known color: Romantic. HEX triplet: FC, C5 and A3. RGB value is (252,197,163). Sum of RGB (Red+Green+Blue) = 252+197+163=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5A3 is #033A5C. Grayscale: #D1D1D1. Windows color (decimal): -211549 or 10733052. OLE color: 10733052.
HSL color Cylindrical-coordinate representation of color #FCC5A3: hue angle of 22.92º 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 #FCC5A3 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 163 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.01 |
| HSL | 22.92º | 0.94% | 0.81% | - |
| HSV(B) | 22.92º | 0.35% | 0.99% | - |
| XYZ | 66.72 | 63.27 | 43.35 | - |
| YUV | 209.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 163 | 0 | 0.22 | 0.35 | 0.01 | 22.92 | 0.94 | 0.81 |
| Hex | FC | C5 | A3 | 0 | 16 | 23 | 1 | 17 | 5E | 51 |
| Octal | 374 | 305 | 243 | 0 | 26 | 43 | 1 | 27 | 136 | 121 |
| Binary | 11111100 | 11000101 | 10100011 | 0 | 10110 | 100011 | 1 | 10111 | 1011110 | 1010001 |
Color Harmonies of #FCC5A3
Complementary color
Monochromatic Colors of #FCC5A3
Black with #FCC5A3
Text Example
Text Example
White with #FCC5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5A3; }
p { color: rgb(252,197,163); }
H1.HeaderClassName
{
color: #FCC5A3;
}
.AnyTagClassName
{
color: #FCC5A3;
}
</style>
background-color css
<style>
a { background-color: #FCC5A3; }
a { background-color: rgb(252,197,163); }
div.DivClassName
{
background-color: #FCC5A3;
}
.BgClassName
{
background-color: #FCC5A3;
}
</style>
border-color css
<style>
span { border-color: #FCC5A3; }
span { border-color: rgb(252,197,163); }
td.TdClassName
{
border-color: #FCC5A3;
}
.TagClassName
{
border-color: #FCC5A3;
}
</style>