Shades of Your Pink #FCBFBF
Tints of Your Pink #FCBFBF
RGB
CMYK
RGB Variations
Color information
#FCBFBF (or 0xFCBFBF) is known color: Your Pink. HEX triplet: FC, BF and BF. RGB value is (252,191,191). Sum of RGB (Red+Green+Blue) = 252+191+191=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFBF is #034040. Grayscale: #D1D1D1. Windows color (decimal): -213057 or 12566524. OLE color: 12566524.
HSL color Cylindrical-coordinate representation of color #FCBFBF: hue angle of 0º 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 #FCBFBF is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 191 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.01 |
| HSL | 0º | 0.91% | 0.87% | - |
| HSV(B) | 0º | 0.24% | 0.99% | - |
| XYZ | 68.18 | 61.72 | 57.61 | - |
| YUV | 209.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 191 | 0 | 0.24 | 0.24 | 0.01 | 0 | 0.91 | 0.87 |
| Hex | FC | BF | BF | 0 | 18 | 18 | 1 | 0 | 5B | 57 |
| Octal | 374 | 277 | 277 | 0 | 30 | 30 | 1 | 0 | 133 | 127 |
| Binary | 11111100 | 10111111 | 10111111 | 0 | 11000 | 11000 | 1 | 0 | 1011011 | 1010111 |
Color Harmonies of #FCBFBF
Complementary color
Monochromatic Colors of #FCBFBF
Black with #FCBFBF
Text Example
Text Example
White with #FCBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFBF; }
p { color: rgb(252,191,191); }
H1.HeaderClassName
{
color: #FCBFBF;
}
.AnyTagClassName
{
color: #FCBFBF;
}
</style>
background-color css
<style>
a { background-color: #FCBFBF; }
a { background-color: rgb(252,191,191); }
div.DivClassName
{
background-color: #FCBFBF;
}
.BgClassName
{
background-color: #FCBFBF;
}
</style>
border-color css
<style>
span { border-color: #FCBFBF; }
span { border-color: rgb(252,191,191); }
td.TdClassName
{
border-color: #FCBFBF;
}
.TagClassName
{
border-color: #FCBFBF;
}
</style>