Shades of Romantic #FCC1A7
Tints of Romantic #FCC1A7
RGB
CMYK
RGB Variations
Color information
#FCC1A7 (or 0xFCC1A7) is known color: Romantic. HEX triplet: FC, C1 and A7. RGB value is (252,193,167). Sum of RGB (Red+Green+Blue) = 252+193+167=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1A7 is #033E58. Grayscale: #CFCFCF. Windows color (decimal): -212569 or 10994172. OLE color: 10994172.
HSL color Cylindrical-coordinate representation of color #FCC1A7: hue angle of 18.35º 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 #FCC1A7 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 167 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.01 |
| HSL | 18.35º | 0.93% | 0.82% | - |
| HSV(B) | 18.35º | 0.34% | 0.99% | - |
| XYZ | 66.19 | 61.63 | 44.97 | - |
| YUV | 207.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 167 | 0 | 0.23 | 0.34 | 0.01 | 18.35 | 0.93 | 0.82 |
| Hex | FC | C1 | A7 | 0 | 17 | 22 | 1 | 12 | 5D | 52 |
| Octal | 374 | 301 | 247 | 0 | 27 | 42 | 1 | 22 | 135 | 122 |
| Binary | 11111100 | 11000001 | 10100111 | 0 | 10111 | 100010 | 1 | 10010 | 1011101 | 1010010 |
Color Harmonies of #FCC1A7
Complementary color
Monochromatic Colors of #FCC1A7
Black with #FCC1A7
Text Example
Text Example
White with #FCC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1A7; }
p { color: rgb(252,193,167); }
H1.HeaderClassName
{
color: #FCC1A7;
}
.AnyTagClassName
{
color: #FCC1A7;
}
</style>
background-color css
<style>
a { background-color: #FCC1A7; }
a { background-color: rgb(252,193,167); }
div.DivClassName
{
background-color: #FCC1A7;
}
.BgClassName
{
background-color: #FCC1A7;
}
</style>
border-color css
<style>
span { border-color: #FCC1A7; }
span { border-color: rgb(252,193,167); }
td.TdClassName
{
border-color: #FCC1A7;
}
.TagClassName
{
border-color: #FCC1A7;
}
</style>