Shades of Pink #FCBFCE
Tints of Pink #FCBFCE
RGB
CMYK
RGB Variations
Color information
#FCBFCE (or 0xFCBFCE) is known color: Pink. HEX triplet: FC, BF and CE. RGB value is (252,191,206). Sum of RGB (Red+Green+Blue) = 252+191+206=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFCE is #034031. Grayscale: #D2D2D2. Windows color (decimal): -213042 or 13549564. OLE color: 13549564.
HSL color Cylindrical-coordinate representation of color #FCBFCE: hue angle of 345.25º 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 #FCBFCE is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 206 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.01 |
| HSL | 345.25º | 0.91% | 0.87% | - |
| HSV(B) | 345.25º | 0.24% | 0.99% | - |
| XYZ | 69.92 | 62.41 | 66.75 | - |
| YUV | 210.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 206 | 0 | 0.24 | 0.18 | 0.01 | 345.25 | 0.91 | 0.87 |
| Hex | FC | BF | CE | 0 | 18 | 12 | 1 | 159 | 5B | 57 |
| Octal | 374 | 277 | 316 | 0 | 30 | 22 | 1 | 531 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11001110 | 0 | 11000 | 10010 | 1 | 101011001 | 1011011 | 1010111 |
Color Harmonies of #FCBFCE
Complementary color
Monochromatic Colors of #FCBFCE
Black with #FCBFCE
Text Example
Text Example
White with #FCBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFCE; }
p { color: rgb(252,191,206); }
H1.HeaderClassName
{
color: #FCBFCE;
}
.AnyTagClassName
{
color: #FCBFCE;
}
</style>
background-color css
<style>
a { background-color: #FCBFCE; }
a { background-color: rgb(252,191,206); }
div.DivClassName
{
background-color: #FCBFCE;
}
.BgClassName
{
background-color: #FCBFCE;
}
</style>
border-color css
<style>
span { border-color: #FCBFCE; }
span { border-color: rgb(252,191,206); }
td.TdClassName
{
border-color: #FCBFCE;
}
.TagClassName
{
border-color: #FCBFCE;
}
</style>