Shades of Your Pink #FCBFBE
Tints of Your Pink #FCBFBE
RGB
CMYK
RGB Variations
Color information
#FCBFBE (or 0xFCBFBE) is known color: Your Pink. HEX triplet: FC, BF and BE. RGB value is (252,191,190). Sum of RGB (Red+Green+Blue) = 252+191+190=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFBE is #034041. Grayscale: #D1D1D1. Windows color (decimal): -213058 or 12500988. OLE color: 12500988.
HSL color Cylindrical-coordinate representation of color #FCBFBE: hue angle of 0.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBFBE is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 190 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.01 |
| HSL | 0.97º | 0.91% | 0.87% | - |
| HSV(B) | 0.97º | 0.25% | 0.99% | - |
| XYZ | 68.07 | 61.67 | 57.03 | - |
| YUV | 209.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 190 | 0 | 0.24 | 0.25 | 0.01 | 0.97 | 0.91 | 0.87 |
| Hex | FC | BF | BE | 0 | 18 | 19 | 1 | 1 | 5B | 57 |
| Octal | 374 | 277 | 276 | 0 | 30 | 31 | 1 | 1 | 133 | 127 |
| Binary | 11111100 | 10111111 | 10111110 | 0 | 11000 | 11001 | 1 | 1 | 1011011 | 1010111 |
Color Harmonies of #FCBFBE
Complementary color
Monochromatic Colors of #FCBFBE
Black with #FCBFBE
Text Example
Text Example
White with #FCBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFBE; }
p { color: rgb(252,191,190); }
H1.HeaderClassName
{
color: #FCBFBE;
}
.AnyTagClassName
{
color: #FCBFBE;
}
</style>
background-color css
<style>
a { background-color: #FCBFBE; }
a { background-color: rgb(252,191,190); }
div.DivClassName
{
background-color: #FCBFBE;
}
.BgClassName
{
background-color: #FCBFBE;
}
</style>
border-color css
<style>
span { border-color: #FCBFBE; }
span { border-color: rgb(252,191,190); }
td.TdClassName
{
border-color: #FCBFBE;
}
.TagClassName
{
border-color: #FCBFBE;
}
</style>