Shades of Light Pink #FAB0BC
Tints of Light Pink #FAB0BC
RGB
CMYK
RGB Variations
Color information
#FAB0BC (or 0xFAB0BC) is known color: Light Pink. HEX triplet: FA, B0 and BC. RGB value is (250,176,188). Sum of RGB (Red+Green+Blue) = 250+176+188=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0BC is #054F43. Grayscale: #C7C7C7. Windows color (decimal): -347972 or 12366074. OLE color: 12366074.
HSL color Cylindrical-coordinate representation of color #FAB0BC: hue angle of 350.27º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0BC is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 188 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.02 |
| HSL | 350.27º | 0.88% | 0.84% | - |
| HSV(B) | 350.27º | 0.3% | 0.98% | - |
| XYZ | 64.03 | 55.01 | 54.82 | - |
| YUV | 199.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 188 | 0 | 0.30 | 0.25 | 0.02 | 350.27 | 0.88 | 0.84 |
| Hex | FA | B0 | BC | 0 | 1E | 19 | 2 | 15E | 58 | 54 |
| Octal | 372 | 260 | 274 | 0 | 36 | 31 | 2 | 536 | 130 | 124 |
| Binary | 11111010 | 10110000 | 10111100 | 0 | 11110 | 11001 | 10 | 101011110 | 1011000 | 1010100 |
Color Harmonies of #FAB0BC
Complementary color
Monochromatic Colors of #FAB0BC
Black with #FAB0BC
Text Example
Text Example
White with #FAB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0BC; }
p { color: rgb(250,176,188); }
H1.HeaderClassName
{
color: #FAB0BC;
}
.AnyTagClassName
{
color: #FAB0BC;
}
</style>
background-color css
<style>
a { background-color: #FAB0BC; }
a { background-color: rgb(250,176,188); }
div.DivClassName
{
background-color: #FAB0BC;
}
.BgClassName
{
background-color: #FAB0BC;
}
</style>
border-color css
<style>
span { border-color: #FAB0BC; }
span { border-color: rgb(250,176,188); }
td.TdClassName
{
border-color: #FAB0BC;
}
.TagClassName
{
border-color: #FAB0BC;
}
</style>