Shades of Your Pink #FCC5BA
Tints of Your Pink #FCC5BA
RGB
CMYK
RGB Variations
Color information
#FCC5BA (or 0xFCC5BA) is known color: Your Pink. HEX triplet: FC, C5 and BA. RGB value is (252,197,186). Sum of RGB (Red+Green+Blue) = 252+197+186=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5BA is #033A45. Grayscale: #D4D4D4. Windows color (decimal): -211526 or 12240380. OLE color: 12240380.
HSL color Cylindrical-coordinate representation of color #FCC5BA: hue angle of 10º 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 #FCC5BA is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 186 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.01 |
| HSL | 10º | 0.92% | 0.86% | - |
| HSV(B) | 10º | 0.26% | 0.99% | - |
| XYZ | 68.97 | 64.17 | 55.21 | - |
| YUV | 212.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 186 | 0 | 0.22 | 0.26 | 0.01 | 10 | 0.92 | 0.86 |
| Hex | FC | C5 | BA | 0 | 16 | 1A | 1 | A | 5C | 56 |
| Octal | 374 | 305 | 272 | 0 | 26 | 32 | 1 | 12 | 134 | 126 |
| Binary | 11111100 | 11000101 | 10111010 | 0 | 10110 | 11010 | 1 | 1010 | 1011100 | 1010110 |
Color Harmonies of #FCC5BA
Complementary color
Monochromatic Colors of #FCC5BA
Black with #FCC5BA
Text Example
Text Example
White with #FCC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5BA; }
p { color: rgb(252,197,186); }
H1.HeaderClassName
{
color: #FCC5BA;
}
.AnyTagClassName
{
color: #FCC5BA;
}
</style>
background-color css
<style>
a { background-color: #FCC5BA; }
a { background-color: rgb(252,197,186); }
div.DivClassName
{
background-color: #FCC5BA;
}
.BgClassName
{
background-color: #FCC5BA;
}
</style>
border-color css
<style>
span { border-color: #FCC5BA; }
span { border-color: rgb(252,197,186); }
td.TdClassName
{
border-color: #FCC5BA;
}
.TagClassName
{
border-color: #FCC5BA;
}
</style>