Shades of Pink #FCBBC6
Tints of Pink #FCBBC6
RGB
CMYK
RGB Variations
Color information
#FCBBC6 (or 0xFCBBC6) is known color: Pink. HEX triplet: FC, BB and C6. RGB value is (252,187,198). Sum of RGB (Red+Green+Blue) = 252+187+198=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC6 is #034439. Grayscale: #CFCFCF. Windows color (decimal): -214074 or 13024252. OLE color: 13024252.
HSL color Cylindrical-coordinate representation of color #FCBBC6: hue angle of 349.85º 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 #FCBBC6 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 198 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.01 |
| HSL | 349.85º | 0.92% | 0.86% | - |
| HSV(B) | 349.85º | 0.26% | 0.99% | - |
| XYZ | 68.11 | 60.31 | 61.48 | - |
| YUV | 207.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 198 | 0 | 0.26 | 0.21 | 0.01 | 349.85 | 0.92 | 0.86 |
| Hex | FC | BB | C6 | 0 | 1A | 15 | 1 | 15E | 5C | 56 |
| Octal | 374 | 273 | 306 | 0 | 32 | 25 | 1 | 536 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11000110 | 0 | 11010 | 10101 | 1 | 101011110 | 1011100 | 1010110 |
Color Harmonies of #FCBBC6
Complementary color
Monochromatic Colors of #FCBBC6
Black with #FCBBC6
Text Example
Text Example
White with #FCBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBC6; }
p { color: rgb(252,187,198); }
H1.HeaderClassName
{
color: #FCBBC6;
}
.AnyTagClassName
{
color: #FCBBC6;
}
</style>
background-color css
<style>
a { background-color: #FCBBC6; }
a { background-color: rgb(252,187,198); }
div.DivClassName
{
background-color: #FCBBC6;
}
.BgClassName
{
background-color: #FCBBC6;
}
</style>
border-color css
<style>
span { border-color: #FCBBC6; }
span { border-color: rgb(252,187,198); }
td.TdClassName
{
border-color: #FCBBC6;
}
.TagClassName
{
border-color: #FCBBC6;
}
</style>