Shades of Your Pink #FABCBC
Tints of Your Pink #FABCBC
RGB
CMYK
RGB Variations
Color information
#FABCBC (or 0xFABCBC) is known color: Your Pink. HEX triplet: FA, BC and BC. RGB value is (250,188,188). Sum of RGB (Red+Green+Blue) = 250+188+188=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCBC is #054343. Grayscale: #CECECE. Windows color (decimal): -344900 or 12369146. OLE color: 12369146.
HSL color Cylindrical-coordinate representation of color #FABCBC: hue angle of 0º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCBC is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 188 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.02 |
| HSL | 0º | 0.86% | 0.86% | - |
| HSV(B) | 0º | 0.25% | 0.98% | - |
| XYZ | 66.48 | 59.92 | 55.64 | - |
| YUV | 206.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 188 | 0 | 0.25 | 0.25 | 0.02 | 0 | 0.86 | 0.86 |
| Hex | FA | BC | BC | 0 | 19 | 19 | 2 | 0 | 56 | 56 |
| Octal | 372 | 274 | 274 | 0 | 31 | 31 | 2 | 0 | 126 | 126 |
| Binary | 11111010 | 10111100 | 10111100 | 0 | 11001 | 11001 | 10 | 0 | 1010110 | 1010110 |
Color Harmonies of #FABCBC
Complementary color
Monochromatic Colors of #FABCBC
Black with #FABCBC
Text Example
Text Example
White with #FABCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCBC; }
p { color: rgb(250,188,188); }
H1.HeaderClassName
{
color: #FABCBC;
}
.AnyTagClassName
{
color: #FABCBC;
}
</style>
background-color css
<style>
a { background-color: #FABCBC; }
a { background-color: rgb(250,188,188); }
div.DivClassName
{
background-color: #FABCBC;
}
.BgClassName
{
background-color: #FABCBC;
}
</style>
border-color css
<style>
span { border-color: #FABCBC; }
span { border-color: rgb(250,188,188); }
td.TdClassName
{
border-color: #FABCBC;
}
.TagClassName
{
border-color: #FABCBC;
}
</style>