Shades of Your Pink #FCC9BA
Tints of Your Pink #FCC9BA
RGB
CMYK
RGB Variations
Color information
#FCC9BA (or 0xFCC9BA) is known color: Your Pink. HEX triplet: FC, C9 and BA. RGB value is (252,201,186). Sum of RGB (Red+Green+Blue) = 252+201+186=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9BA is #033645. Grayscale: #D6D6D6. Windows color (decimal): -210502 or 12241404. OLE color: 12241404.
HSL color Cylindrical-coordinate representation of color #FCC9BA: hue angle of 13.64º 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 #FCC9BA is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 186 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.01 |
| HSL | 13.64º | 0.92% | 0.86% | - |
| HSV(B) | 13.64º | 0.26% | 0.99% | - |
| XYZ | 69.89 | 66.01 | 55.51 | - |
| YUV | 214.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 186 | 0 | 0.20 | 0.26 | 0.01 | 13.64 | 0.92 | 0.86 |
| Hex | FC | C9 | BA | 0 | 14 | 1A | 1 | E | 5C | 56 |
| Octal | 374 | 311 | 272 | 0 | 24 | 32 | 1 | 16 | 134 | 126 |
| Binary | 11111100 | 11001001 | 10111010 | 0 | 10100 | 11010 | 1 | 1110 | 1011100 | 1010110 |
Color Harmonies of #FCC9BA
Complementary color
Monochromatic Colors of #FCC9BA
Black with #FCC9BA
Text Example
Text Example
White with #FCC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9BA; }
p { color: rgb(252,201,186); }
H1.HeaderClassName
{
color: #FCC9BA;
}
.AnyTagClassName
{
color: #FCC9BA;
}
</style>
background-color css
<style>
a { background-color: #FCC9BA; }
a { background-color: rgb(252,201,186); }
div.DivClassName
{
background-color: #FCC9BA;
}
.BgClassName
{
background-color: #FCC9BA;
}
</style>
border-color css
<style>
span { border-color: #FCC9BA; }
span { border-color: rgb(252,201,186); }
td.TdClassName
{
border-color: #FCC9BA;
}
.TagClassName
{
border-color: #FCC9BA;
}
</style>