Shades of Your Pink #FCBFBA
Tints of Your Pink #FCBFBA
RGB
CMYK
RGB Variations
Color information
#FCBFBA (or 0xFCBFBA) is known color: Your Pink. HEX triplet: FC, BF and BA. RGB value is (252,191,186). Sum of RGB (Red+Green+Blue) = 252+191+186=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFBA is #034045. Grayscale: #D0D0D0. Windows color (decimal): -213062 or 12238844. OLE color: 12238844.
HSL color Cylindrical-coordinate representation of color #FCBFBA: hue angle of 4.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBFBA is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 186 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.01 |
| HSL | 4.55º | 0.92% | 0.86% | - |
| HSV(B) | 4.55º | 0.26% | 0.99% | - |
| XYZ | 67.64 | 61.5 | 54.76 | - |
| YUV | 208.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 186 | 0 | 0.24 | 0.26 | 0.01 | 4.55 | 0.92 | 0.86 |
| Hex | FC | BF | BA | 0 | 18 | 1A | 1 | 5 | 5C | 56 |
| Octal | 374 | 277 | 272 | 0 | 30 | 32 | 1 | 5 | 134 | 126 |
| Binary | 11111100 | 10111111 | 10111010 | 0 | 11000 | 11010 | 1 | 101 | 1011100 | 1010110 |
Color Harmonies of #FCBFBA
Complementary color
Monochromatic Colors of #FCBFBA
Black with #FCBFBA
Text Example
Text Example
White with #FCBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFBA; }
p { color: rgb(252,191,186); }
H1.HeaderClassName
{
color: #FCBFBA;
}
.AnyTagClassName
{
color: #FCBFBA;
}
</style>
background-color css
<style>
a { background-color: #FCBFBA; }
a { background-color: rgb(252,191,186); }
div.DivClassName
{
background-color: #FCBFBA;
}
.BgClassName
{
background-color: #FCBFBA;
}
</style>
border-color css
<style>
span { border-color: #FCBFBA; }
span { border-color: rgb(252,191,186); }
td.TdClassName
{
border-color: #FCBFBA;
}
.TagClassName
{
border-color: #FCBFBA;
}
</style>