Shades of Romantic #FCC4A3
Tints of Romantic #FCC4A3
RGB
CMYK
RGB Variations
Color information
#FCC4A3 (or 0xFCC4A3) is known color: Romantic. HEX triplet: FC, C4 and A3. RGB value is (252,196,163). Sum of RGB (Red+Green+Blue) = 252+196+163=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 163 (64.06% from 255 or 26.68% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4A3 is #033B5C. Grayscale: #D1D1D1. Windows color (decimal): -211805 or 10732796. OLE color: 10732796.
HSL color Cylindrical-coordinate representation of color #FCC4A3: hue angle of 22.25º 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 #FCC4A3 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 163 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.01 |
| HSL | 22.25º | 0.94% | 0.81% | - |
| HSV(B) | 22.25º | 0.35% | 0.99% | - |
| XYZ | 66.5 | 62.82 | 43.27 | - |
| YUV | 208.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 163 | 0 | 0.22 | 0.35 | 0.01 | 22.25 | 0.94 | 0.81 |
| Hex | FC | C4 | A3 | 0 | 16 | 23 | 1 | 16 | 5E | 51 |
| Octal | 374 | 304 | 243 | 0 | 26 | 43 | 1 | 26 | 136 | 121 |
| Binary | 11111100 | 11000100 | 10100011 | 0 | 10110 | 100011 | 1 | 10110 | 1011110 | 1010001 |
Color Harmonies of #FCC4A3
Complementary color
Monochromatic Colors of #FCC4A3
Black with #FCC4A3
Text Example
Text Example
White with #FCC4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4A3; }
p { color: rgb(252,196,163); }
H1.HeaderClassName
{
color: #FCC4A3;
}
.AnyTagClassName
{
color: #FCC4A3;
}
</style>
background-color css
<style>
a { background-color: #FCC4A3; }
a { background-color: rgb(252,196,163); }
div.DivClassName
{
background-color: #FCC4A3;
}
.BgClassName
{
background-color: #FCC4A3;
}
</style>
border-color css
<style>
span { border-color: #FCC4A3; }
span { border-color: rgb(252,196,163); }
td.TdClassName
{
border-color: #FCC4A3;
}
.TagClassName
{
border-color: #FCC4A3;
}
</style>