Shades of Romantic #FCC3A7
Tints of Romantic #FCC3A7
RGB
CMYK
RGB Variations
Color information
#FCC3A7 (or 0xFCC3A7) is known color: Romantic. HEX triplet: FC, C3 and A7. RGB value is (252,195,167). Sum of RGB (Red+Green+Blue) = 252+195+167=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3A7 is #033C58. Grayscale: #D1D1D1. Windows color (decimal): -212057 or 10994684. OLE color: 10994684.
HSL color Cylindrical-coordinate representation of color #FCC3A7: hue angle of 19.76º 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 #FCC3A7 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 167 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.01 |
| HSL | 19.76º | 0.93% | 0.82% | - |
| HSV(B) | 19.76º | 0.34% | 0.99% | - |
| XYZ | 66.64 | 62.52 | 45.11 | - |
| YUV | 208.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 167 | 0 | 0.23 | 0.34 | 0.01 | 19.76 | 0.93 | 0.82 |
| Hex | FC | C3 | A7 | 0 | 17 | 22 | 1 | 14 | 5D | 52 |
| Octal | 374 | 303 | 247 | 0 | 27 | 42 | 1 | 24 | 135 | 122 |
| Binary | 11111100 | 11000011 | 10100111 | 0 | 10111 | 100010 | 1 | 10100 | 1011101 | 1010010 |
Color Harmonies of #FCC3A7
Complementary color
Monochromatic Colors of #FCC3A7
Black with #FCC3A7
Text Example
Text Example
White with #FCC3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3A7; }
p { color: rgb(252,195,167); }
H1.HeaderClassName
{
color: #FCC3A7;
}
.AnyTagClassName
{
color: #FCC3A7;
}
</style>
background-color css
<style>
a { background-color: #FCC3A7; }
a { background-color: rgb(252,195,167); }
div.DivClassName
{
background-color: #FCC3A7;
}
.BgClassName
{
background-color: #FCC3A7;
}
</style>
border-color css
<style>
span { border-color: #FCC3A7; }
span { border-color: rgb(252,195,167); }
td.TdClassName
{
border-color: #FCC3A7;
}
.TagClassName
{
border-color: #FCC3A7;
}
</style>