Shades of Romantic #FCC4A6
Tints of Romantic #FCC4A6
RGB
CMYK
RGB Variations
Color information
#FCC4A6 (or 0xFCC4A6) is known color: Romantic. HEX triplet: FC, C4 and A6. RGB value is (252,196,166). Sum of RGB (Red+Green+Blue) = 252+196+166=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4A6 is #033B59. Grayscale: #D1D1D1. Windows color (decimal): -211802 or 10929404. OLE color: 10929404.
HSL color Cylindrical-coordinate representation of color #FCC4A6: hue angle of 20.93º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCC4A6 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 166 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.01 |
| HSL | 20.93º | 0.93% | 0.82% | - |
| HSV(B) | 20.93º | 0.34% | 0.99% | - |
| XYZ | 66.77 | 62.93 | 44.7 | - |
| YUV | 209.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 166 | 0 | 0.22 | 0.34 | 0.01 | 20.93 | 0.93 | 0.82 |
| Hex | FC | C4 | A6 | 0 | 16 | 22 | 1 | 15 | 5D | 52 |
| Octal | 374 | 304 | 246 | 0 | 26 | 42 | 1 | 25 | 135 | 122 |
| Binary | 11111100 | 11000100 | 10100110 | 0 | 10110 | 100010 | 1 | 10101 | 1011101 | 1010010 |
Color Harmonies of #FCC4A6
Complementary color
Monochromatic Colors of #FCC4A6
Black with #FCC4A6
Text Example
Text Example
White with #FCC4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4A6; }
p { color: rgb(252,196,166); }
H1.HeaderClassName
{
color: #FCC4A6;
}
.AnyTagClassName
{
color: #FCC4A6;
}
</style>
background-color css
<style>
a { background-color: #FCC4A6; }
a { background-color: rgb(252,196,166); }
div.DivClassName
{
background-color: #FCC4A6;
}
.BgClassName
{
background-color: #FCC4A6;
}
</style>
border-color css
<style>
span { border-color: #FCC4A6; }
span { border-color: rgb(252,196,166); }
td.TdClassName
{
border-color: #FCC4A6;
}
.TagClassName
{
border-color: #FCC4A6;
}
</style>