Shades of Your Pink #FBCBC0
Tints of Your Pink #FBCBC0
RGB
CMYK
RGB Variations
Color information
#FBCBC0 (or 0xFBCBC0) is known color: Your Pink. HEX triplet: FB, CB and C0. RGB value is (251,203,192). Sum of RGB (Red+Green+Blue) = 251+203+192=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBC0 is #04343F. Grayscale: #D8D8D8. Windows color (decimal): -275520 or 12635131. OLE color: 12635131.
HSL color Cylindrical-coordinate representation of color #FBCBC0: hue angle of 11.19º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBCBC0 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 192 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.02 |
| HSL | 11.19º | 0.88% | 0.87% | - |
| HSV(B) | 11.19º | 0.24% | 0.98% | - |
| XYZ | 70.65 | 67.03 | 59.08 | - |
| YUV | 216.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 192 | 0 | 0.19 | 0.24 | 0.02 | 11.19 | 0.88 | 0.87 |
| Hex | FB | CB | C0 | 0 | 13 | 18 | 2 | B | 58 | 57 |
| Octal | 373 | 313 | 300 | 0 | 23 | 30 | 2 | 13 | 130 | 127 |
| Binary | 11111011 | 11001011 | 11000000 | 0 | 10011 | 11000 | 10 | 1011 | 1011000 | 1010111 |
Color Harmonies of #FBCBC0
Complementary color
Monochromatic Colors of #FBCBC0
Black with #FBCBC0
Text Example
Text Example
White with #FBCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBC0; }
p { color: rgb(251,203,192); }
H1.HeaderClassName
{
color: #FBCBC0;
}
.AnyTagClassName
{
color: #FBCBC0;
}
</style>
background-color css
<style>
a { background-color: #FBCBC0; }
a { background-color: rgb(251,203,192); }
div.DivClassName
{
background-color: #FBCBC0;
}
.BgClassName
{
background-color: #FBCBC0;
}
</style>
border-color css
<style>
span { border-color: #FBCBC0; }
span { border-color: rgb(251,203,192); }
td.TdClassName
{
border-color: #FBCBC0;
}
.TagClassName
{
border-color: #FBCBC0;
}
</style>