Shades of Pink #FCBFC8
Tints of Pink #FCBFC8
RGB
CMYK
RGB Variations
Color information
#FCBFC8 (or 0xFCBFC8) is known color: Pink. HEX triplet: FC, BF and C8. RGB value is (252,191,200). Sum of RGB (Red+Green+Blue) = 252+191+200=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC8 is #034037. Grayscale: #D2D2D2. Windows color (decimal): -213048 or 13156348. OLE color: 13156348.
HSL color Cylindrical-coordinate representation of color #FCBFC8: hue angle of 351.15º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFC8 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 200 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.01 |
| HSL | 351.15º | 0.91% | 0.87% | - |
| HSV(B) | 351.15º | 0.24% | 0.99% | - |
| XYZ | 69.2 | 62.13 | 62.99 | - |
| YUV | 210.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 200 | 0 | 0.24 | 0.21 | 0.01 | 351.15 | 0.91 | 0.87 |
| Hex | FC | BF | C8 | 0 | 18 | 15 | 1 | 15F | 5B | 57 |
| Octal | 374 | 277 | 310 | 0 | 30 | 25 | 1 | 537 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11001000 | 0 | 11000 | 10101 | 1 | 101011111 | 1011011 | 1010111 |
Color Harmonies of #FCBFC8
Complementary color
Monochromatic Colors of #FCBFC8
Black with #FCBFC8
Text Example
Text Example
White with #FCBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFC8; }
p { color: rgb(252,191,200); }
H1.HeaderClassName
{
color: #FCBFC8;
}
.AnyTagClassName
{
color: #FCBFC8;
}
</style>
background-color css
<style>
a { background-color: #FCBFC8; }
a { background-color: rgb(252,191,200); }
div.DivClassName
{
background-color: #FCBFC8;
}
.BgClassName
{
background-color: #FCBFC8;
}
</style>
border-color css
<style>
span { border-color: #FCBFC8; }
span { border-color: rgb(252,191,200); }
td.TdClassName
{
border-color: #FCBFC8;
}
.TagClassName
{
border-color: #FCBFC8;
}
</style>