Shades of Your Pink #FCC2BA
Tints of Your Pink #FCC2BA
RGB
CMYK
RGB Variations
Color information
#FCC2BA (or 0xFCC2BA) is known color: Your Pink. HEX triplet: FC, C2 and BA. RGB value is (252,194,186). Sum of RGB (Red+Green+Blue) = 252+194+186=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2BA is #033D45. Grayscale: #D2D2D2. Windows color (decimal): -212294 or 12239612. OLE color: 12239612.
HSL color Cylindrical-coordinate representation of color #FCC2BA: hue angle of 7.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCC2BA is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 186 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.01 |
| HSL | 7.27º | 0.92% | 0.86% | - |
| HSV(B) | 7.27º | 0.26% | 0.99% | - |
| XYZ | 68.3 | 62.82 | 54.98 | - |
| YUV | 210.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 186 | 0 | 0.23 | 0.26 | 0.01 | 7.27 | 0.92 | 0.86 |
| Hex | FC | C2 | BA | 0 | 17 | 1A | 1 | 7 | 5C | 56 |
| Octal | 374 | 302 | 272 | 0 | 27 | 32 | 1 | 7 | 134 | 126 |
| Binary | 11111100 | 11000010 | 10111010 | 0 | 10111 | 11010 | 1 | 111 | 1011100 | 1010110 |
Color Harmonies of #FCC2BA
Complementary color
Monochromatic Colors of #FCC2BA
Black with #FCC2BA
Text Example
Text Example
White with #FCC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2BA; }
p { color: rgb(252,194,186); }
H1.HeaderClassName
{
color: #FCC2BA;
}
.AnyTagClassName
{
color: #FCC2BA;
}
</style>
background-color css
<style>
a { background-color: #FCC2BA; }
a { background-color: rgb(252,194,186); }
div.DivClassName
{
background-color: #FCC2BA;
}
.BgClassName
{
background-color: #FCC2BA;
}
</style>
border-color css
<style>
span { border-color: #FCC2BA; }
span { border-color: rgb(252,194,186); }
td.TdClassName
{
border-color: #FCC2BA;
}
.TagClassName
{
border-color: #FCC2BA;
}
</style>