Shades of Romantic #FCC1A6
Tints of Romantic #FCC1A6
RGB
CMYK
RGB Variations
Color information
#FCC1A6 (or 0xFCC1A6) is known color: Romantic. HEX triplet: FC, C1 and A6. RGB value is (252,193,166). Sum of RGB (Red+Green+Blue) = 252+193+166=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1A6 is #033E59. Grayscale: #CFCFCF. Windows color (decimal): -212570 or 10928636. OLE color: 10928636.
HSL color Cylindrical-coordinate representation of color #FCC1A6: hue angle of 18.84º 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 #FCC1A6 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 166 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.01 |
| HSL | 18.84º | 0.93% | 0.82% | - |
| HSV(B) | 18.84º | 0.34% | 0.99% | - |
| XYZ | 66.1 | 61.59 | 44.48 | - |
| YUV | 207.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 166 | 0 | 0.23 | 0.34 | 0.01 | 18.84 | 0.93 | 0.82 |
| Hex | FC | C1 | A6 | 0 | 17 | 22 | 1 | 13 | 5D | 52 |
| Octal | 374 | 301 | 246 | 0 | 27 | 42 | 1 | 23 | 135 | 122 |
| Binary | 11111100 | 11000001 | 10100110 | 0 | 10111 | 100010 | 1 | 10011 | 1011101 | 1010010 |
Color Harmonies of #FCC1A6
Complementary color
Monochromatic Colors of #FCC1A6
Black with #FCC1A6
Text Example
Text Example
White with #FCC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1A6; }
p { color: rgb(252,193,166); }
H1.HeaderClassName
{
color: #FCC1A6;
}
.AnyTagClassName
{
color: #FCC1A6;
}
</style>
background-color css
<style>
a { background-color: #FCC1A6; }
a { background-color: rgb(252,193,166); }
div.DivClassName
{
background-color: #FCC1A6;
}
.BgClassName
{
background-color: #FCC1A6;
}
</style>
border-color css
<style>
span { border-color: #FCC1A6; }
span { border-color: rgb(252,193,166); }
td.TdClassName
{
border-color: #FCC1A6;
}
.TagClassName
{
border-color: #FCC1A6;
}
</style>