Shades of Pink #FCBCC6
Tints of Pink #FCBCC6
RGB
CMYK
RGB Variations
Color information
#FCBCC6 (or 0xFCBCC6) is known color: Pink. HEX triplet: FC, BC and C6. RGB value is (252,188,198). Sum of RGB (Red+Green+Blue) = 252+188+198=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC6 is #034339. Grayscale: #D0D0D0. Windows color (decimal): -213818 or 13024508. OLE color: 13024508.
HSL color Cylindrical-coordinate representation of color #FCBCC6: hue angle of 350.62º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCC6 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 198 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.01 |
| HSL | 350.63º | 0.91% | 0.86% | - |
| HSV(B) | 350.63º | 0.25% | 0.99% | - |
| XYZ | 68.32 | 60.74 | 61.55 | - |
| YUV | 208.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 198 | 0 | 0.25 | 0.21 | 0.01 | 350.63 | 0.91 | 0.86 |
| Hex | FC | BC | C6 | 0 | 19 | 15 | 1 | 15F | 5B | 56 |
| Octal | 374 | 274 | 306 | 0 | 31 | 25 | 1 | 537 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11000110 | 0 | 11001 | 10101 | 1 | 101011111 | 1011011 | 1010110 |
Color Harmonies of #FCBCC6
Complementary color
Monochromatic Colors of #FCBCC6
Black with #FCBCC6
Text Example
Text Example
White with #FCBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCC6; }
p { color: rgb(252,188,198); }
H1.HeaderClassName
{
color: #FCBCC6;
}
.AnyTagClassName
{
color: #FCBCC6;
}
</style>
background-color css
<style>
a { background-color: #FCBCC6; }
a { background-color: rgb(252,188,198); }
div.DivClassName
{
background-color: #FCBCC6;
}
.BgClassName
{
background-color: #FCBCC6;
}
</style>
border-color css
<style>
span { border-color: #FCBCC6; }
span { border-color: rgb(252,188,198); }
td.TdClassName
{
border-color: #FCBCC6;
}
.TagClassName
{
border-color: #FCBCC6;
}
</style>