Shades of Pink #FCBFCD
Tints of Pink #FCBFCD
RGB
CMYK
RGB Variations
Color information
#FCBFCD (or 0xFCBFCD) is known color: Pink. HEX triplet: FC, BF and CD. RGB value is (252,191,205). Sum of RGB (Red+Green+Blue) = 252+191+205=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFCD is #034032. Grayscale: #D2D2D2. Windows color (decimal): -213043 or 13484028. OLE color: 13484028.
HSL color Cylindrical-coordinate representation of color #FCBFCD: hue angle of 346.23º 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 #FCBFCD is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 205 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.01 |
| HSL | 346.23º | 0.91% | 0.87% | - |
| HSV(B) | 346.23º | 0.24% | 0.99% | - |
| XYZ | 69.8 | 62.36 | 66.12 | - |
| YUV | 210.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 205 | 0 | 0.24 | 0.19 | 0.01 | 346.23 | 0.91 | 0.87 |
| Hex | FC | BF | CD | 0 | 18 | 13 | 1 | 15A | 5B | 57 |
| Octal | 374 | 277 | 315 | 0 | 30 | 23 | 1 | 532 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11001101 | 0 | 11000 | 10011 | 1 | 101011010 | 1011011 | 1010111 |
Color Harmonies of #FCBFCD
Complementary color
Monochromatic Colors of #FCBFCD
Black with #FCBFCD
Text Example
Text Example
White with #FCBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFCD; }
p { color: rgb(252,191,205); }
H1.HeaderClassName
{
color: #FCBFCD;
}
.AnyTagClassName
{
color: #FCBFCD;
}
</style>
background-color css
<style>
a { background-color: #FCBFCD; }
a { background-color: rgb(252,191,205); }
div.DivClassName
{
background-color: #FCBFCD;
}
.BgClassName
{
background-color: #FCBFCD;
}
</style>
border-color css
<style>
span { border-color: #FCBFCD; }
span { border-color: rgb(252,191,205); }
td.TdClassName
{
border-color: #FCBFCD;
}
.TagClassName
{
border-color: #FCBFCD;
}
</style>