Shades of Pink #FCB8C8
Tints of Pink #FCB8C8
RGB
CMYK
RGB Variations
Color information
#FCB8C8 (or 0xFCB8C8) is known color: Pink. HEX triplet: FC, B8 and C8. RGB value is (252,184,200). Sum of RGB (Red+Green+Blue) = 252+184+200=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8C8 is #034737. Grayscale: #CECECE. Windows color (decimal): -214840 or 13154556. OLE color: 13154556.
HSL color Cylindrical-coordinate representation of color #FCB8C8: hue angle of 345.88º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8C8 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 200 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.01 |
| HSL | 345.88º | 0.92% | 0.85% | - |
| HSV(B) | 345.88º | 0.27% | 0.99% | - |
| XYZ | 67.71 | 59.15 | 62.49 | - |
| YUV | 206.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 200 | 0 | 0.27 | 0.21 | 0.01 | 345.88 | 0.92 | 0.85 |
| Hex | FC | B8 | C8 | 0 | 1B | 15 | 1 | 15A | 5C | 55 |
| Octal | 374 | 270 | 310 | 0 | 33 | 25 | 1 | 532 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11001000 | 0 | 11011 | 10101 | 1 | 101011010 | 1011100 | 1010101 |
Color Harmonies of #FCB8C8
Complementary color
Monochromatic Colors of #FCB8C8
Black with #FCB8C8
Text Example
Text Example
White with #FCB8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8C8; }
p { color: rgb(252,184,200); }
H1.HeaderClassName
{
color: #FCB8C8;
}
.AnyTagClassName
{
color: #FCB8C8;
}
</style>
background-color css
<style>
a { background-color: #FCB8C8; }
a { background-color: rgb(252,184,200); }
div.DivClassName
{
background-color: #FCB8C8;
}
.BgClassName
{
background-color: #FCB8C8;
}
</style>
border-color css
<style>
span { border-color: #FCB8C8; }
span { border-color: rgb(252,184,200); }
td.TdClassName
{
border-color: #FCB8C8;
}
.TagClassName
{
border-color: #FCB8C8;
}
</style>