Shades of Pink #FCBFCB
Tints of Pink #FCBFCB
RGB
CMYK
RGB Variations
Color information
#FCBFCB (or 0xFCBFCB) is known color: Pink. HEX triplet: FC, BF and CB. RGB value is (252,191,203). Sum of RGB (Red+Green+Blue) = 252+191+203=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFCB is #034034. Grayscale: #D2D2D2. Windows color (decimal): -213045 or 13352956. OLE color: 13352956.
HSL color Cylindrical-coordinate representation of color #FCBFCB: hue angle of 348.2º 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 #FCBFCB is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 203 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.01 |
| HSL | 348.2º | 0.91% | 0.87% | - |
| HSV(B) | 348.2º | 0.24% | 0.99% | - |
| XYZ | 69.56 | 62.27 | 64.85 | - |
| YUV | 210.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 203 | 0 | 0.24 | 0.19 | 0.01 | 348.2 | 0.91 | 0.87 |
| Hex | FC | BF | CB | 0 | 18 | 13 | 1 | 15C | 5B | 57 |
| Octal | 374 | 277 | 313 | 0 | 30 | 23 | 1 | 534 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11001011 | 0 | 11000 | 10011 | 1 | 101011100 | 1011011 | 1010111 |
Color Harmonies of #FCBFCB
Complementary color
Monochromatic Colors of #FCBFCB
Black with #FCBFCB
Text Example
Text Example
White with #FCBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFCB; }
p { color: rgb(252,191,203); }
H1.HeaderClassName
{
color: #FCBFCB;
}
.AnyTagClassName
{
color: #FCBFCB;
}
</style>
background-color css
<style>
a { background-color: #FCBFCB; }
a { background-color: rgb(252,191,203); }
div.DivClassName
{
background-color: #FCBFCB;
}
.BgClassName
{
background-color: #FCBFCB;
}
</style>
border-color css
<style>
span { border-color: #FCBFCB; }
span { border-color: rgb(252,191,203); }
td.TdClassName
{
border-color: #FCBFCB;
}
.TagClassName
{
border-color: #FCBFCB;
}
</style>