Shades of Your Pink #FCC9BB
Tints of Your Pink #FCC9BB
RGB
CMYK
RGB Variations
Color information
#FCC9BB (or 0xFCC9BB) is known color: Your Pink. HEX triplet: FC, C9 and BB. RGB value is (252,201,187). Sum of RGB (Red+Green+Blue) = 252+201+187=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9BB is #033644. Grayscale: #D6D6D6. Windows color (decimal): -210501 or 12306940. OLE color: 12306940.
HSL color Cylindrical-coordinate representation of color #FCC9BB: hue angle of 12.92º 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 #FCC9BB is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 187 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.01 |
| HSL | 12.92º | 0.92% | 0.86% | - |
| HSV(B) | 12.92º | 0.26% | 0.99% | - |
| XYZ | 70 | 66.06 | 56.07 | - |
| YUV | 214.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 187 | 0 | 0.20 | 0.26 | 0.01 | 12.92 | 0.92 | 0.86 |
| Hex | FC | C9 | BB | 0 | 14 | 1A | 1 | D | 5C | 56 |
| Octal | 374 | 311 | 273 | 0 | 24 | 32 | 1 | 15 | 134 | 126 |
| Binary | 11111100 | 11001001 | 10111011 | 0 | 10100 | 11010 | 1 | 1101 | 1011100 | 1010110 |
Color Harmonies of #FCC9BB
Complementary color
Monochromatic Colors of #FCC9BB
Black with #FCC9BB
Text Example
Text Example
White with #FCC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9BB; }
p { color: rgb(252,201,187); }
H1.HeaderClassName
{
color: #FCC9BB;
}
.AnyTagClassName
{
color: #FCC9BB;
}
</style>
background-color css
<style>
a { background-color: #FCC9BB; }
a { background-color: rgb(252,201,187); }
div.DivClassName
{
background-color: #FCC9BB;
}
.BgClassName
{
background-color: #FCC9BB;
}
</style>
border-color css
<style>
span { border-color: #FCC9BB; }
span { border-color: rgb(252,201,187); }
td.TdClassName
{
border-color: #FCC9BB;
}
.TagClassName
{
border-color: #FCC9BB;
}
</style>