Shades of Light Pink #FAB1BC
Tints of Light Pink #FAB1BC
RGB
CMYK
RGB Variations
Color information
#FAB1BC (or 0xFAB1BC) is known color: Light Pink. HEX triplet: FA, B1 and BC. RGB value is (250,177,188). Sum of RGB (Red+Green+Blue) = 250+177+188=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1BC is #054E43. Grayscale: #C8C8C8. Windows color (decimal): -347716 or 12366330. OLE color: 12366330.
HSL color Cylindrical-coordinate representation of color #FAB1BC: hue angle of 350.96º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1BC is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 188 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.02 |
| HSL | 350.96º | 0.88% | 0.84% | - |
| HSV(B) | 350.96º | 0.29% | 0.98% | - |
| XYZ | 64.22 | 55.4 | 54.89 | - |
| YUV | 200.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 188 | 0 | 0.29 | 0.25 | 0.02 | 350.96 | 0.88 | 0.84 |
| Hex | FA | B1 | BC | 0 | 1D | 19 | 2 | 15F | 58 | 54 |
| Octal | 372 | 261 | 274 | 0 | 35 | 31 | 2 | 537 | 130 | 124 |
| Binary | 11111010 | 10110001 | 10111100 | 0 | 11101 | 11001 | 10 | 101011111 | 1011000 | 1010100 |
Color Harmonies of #FAB1BC
Complementary color
Monochromatic Colors of #FAB1BC
Black with #FAB1BC
Text Example
Text Example
White with #FAB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1BC; }
p { color: rgb(250,177,188); }
H1.HeaderClassName
{
color: #FAB1BC;
}
.AnyTagClassName
{
color: #FAB1BC;
}
</style>
background-color css
<style>
a { background-color: #FAB1BC; }
a { background-color: rgb(250,177,188); }
div.DivClassName
{
background-color: #FAB1BC;
}
.BgClassName
{
background-color: #FAB1BC;
}
</style>
border-color css
<style>
span { border-color: #FAB1BC; }
span { border-color: rgb(250,177,188); }
td.TdClassName
{
border-color: #FAB1BC;
}
.TagClassName
{
border-color: #FAB1BC;
}
</style>