Shades of Romantic #FCC3A6
Tints of Romantic #FCC3A6
RGB
CMYK
RGB Variations
Color information
#FCC3A6 (or 0xFCC3A6) is known color: Romantic. HEX triplet: FC, C3 and A6. RGB value is (252,195,166). Sum of RGB (Red+Green+Blue) = 252+195+166=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3A6 is #033C59. Grayscale: #D0D0D0. Windows color (decimal): -212058 or 10929148. OLE color: 10929148.
HSL color Cylindrical-coordinate representation of color #FCC3A6: hue angle of 20.23º 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 #FCC3A6 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 166 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.01 |
| HSL | 20.23º | 0.93% | 0.82% | - |
| HSV(B) | 20.23º | 0.34% | 0.99% | - |
| XYZ | 66.54 | 62.48 | 44.63 | - |
| YUV | 208.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 166 | 0 | 0.23 | 0.34 | 0.01 | 20.23 | 0.93 | 0.82 |
| Hex | FC | C3 | A6 | 0 | 17 | 22 | 1 | 14 | 5D | 52 |
| Octal | 374 | 303 | 246 | 0 | 27 | 42 | 1 | 24 | 135 | 122 |
| Binary | 11111100 | 11000011 | 10100110 | 0 | 10111 | 100010 | 1 | 10100 | 1011101 | 1010010 |
Color Harmonies of #FCC3A6
Complementary color
Monochromatic Colors of #FCC3A6
Black with #FCC3A6
Text Example
Text Example
White with #FCC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3A6; }
p { color: rgb(252,195,166); }
H1.HeaderClassName
{
color: #FCC3A6;
}
.AnyTagClassName
{
color: #FCC3A6;
}
</style>
background-color css
<style>
a { background-color: #FCC3A6; }
a { background-color: rgb(252,195,166); }
div.DivClassName
{
background-color: #FCC3A6;
}
.BgClassName
{
background-color: #FCC3A6;
}
</style>
border-color css
<style>
span { border-color: #FCC3A6; }
span { border-color: rgb(252,195,166); }
td.TdClassName
{
border-color: #FCC3A6;
}
.TagClassName
{
border-color: #FCC3A6;
}
</style>