Shades of Pink #FCB9C9
Tints of Pink #FCB9C9
RGB
CMYK
RGB Variations
Color information
#FCB9C9 (or 0xFCB9C9) is known color: Pink. HEX triplet: FC, B9 and C9. RGB value is (252,185,201). Sum of RGB (Red+Green+Blue) = 252+185+201=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9C9 is #034636. Grayscale: #CECECE. Windows color (decimal): -214583 or 13220348. OLE color: 13220348.
HSL color Cylindrical-coordinate representation of color #FCB9C9: hue angle of 345.67º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9C9 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 201 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.01 |
| HSL | 345.67º | 0.92% | 0.86% | - |
| HSV(B) | 345.67º | 0.27% | 0.99% | - |
| XYZ | 68.04 | 59.61 | 63.18 | - |
| YUV | 206.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 201 | 0 | 0.27 | 0.20 | 0.01 | 345.67 | 0.92 | 0.86 |
| Hex | FC | B9 | C9 | 0 | 1B | 14 | 1 | 15A | 5C | 56 |
| Octal | 374 | 271 | 311 | 0 | 33 | 24 | 1 | 532 | 134 | 126 |
| Binary | 11111100 | 10111001 | 11001001 | 0 | 11011 | 10100 | 1 | 101011010 | 1011100 | 1010110 |
Color Harmonies of #FCB9C9
Complementary color
Monochromatic Colors of #FCB9C9
Black with #FCB9C9
Text Example
Text Example
White with #FCB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9C9; }
p { color: rgb(252,185,201); }
H1.HeaderClassName
{
color: #FCB9C9;
}
.AnyTagClassName
{
color: #FCB9C9;
}
</style>
background-color css
<style>
a { background-color: #FCB9C9; }
a { background-color: rgb(252,185,201); }
div.DivClassName
{
background-color: #FCB9C9;
}
.BgClassName
{
background-color: #FCB9C9;
}
</style>
border-color css
<style>
span { border-color: #FCB9C9; }
span { border-color: rgb(252,185,201); }
td.TdClassName
{
border-color: #FCB9C9;
}
.TagClassName
{
border-color: #FCB9C9;
}
</style>