Shades of Light Pink #FAB1BB
Tints of Light Pink #FAB1BB
RGB
CMYK
RGB Variations
Color information
#FAB1BB (or 0xFAB1BB) is known color: Light Pink. HEX triplet: FA, B1 and BB. RGB value is (250,177,187). Sum of RGB (Red+Green+Blue) = 250+177+187=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1BB is #054E44. Grayscale: #C8C8C8. Windows color (decimal): -347717 or 12300794. OLE color: 12300794.
HSL color Cylindrical-coordinate representation of color #FAB1BB: hue angle of 351.78º 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 #FAB1BB is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 187 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.02 |
| HSL | 351.78º | 0.88% | 0.84% | - |
| HSV(B) | 351.78º | 0.29% | 0.98% | - |
| XYZ | 64.12 | 55.36 | 54.32 | - |
| YUV | 199.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 187 | 0 | 0.29 | 0.25 | 0.02 | 351.78 | 0.88 | 0.84 |
| Hex | FA | B1 | BB | 0 | 1D | 19 | 2 | 160 | 58 | 54 |
| Octal | 372 | 261 | 273 | 0 | 35 | 31 | 2 | 540 | 130 | 124 |
| Binary | 11111010 | 10110001 | 10111011 | 0 | 11101 | 11001 | 10 | 101100000 | 1011000 | 1010100 |
Color Harmonies of #FAB1BB
Complementary color
Monochromatic Colors of #FAB1BB
Black with #FAB1BB
Text Example
Text Example
White with #FAB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1BB; }
p { color: rgb(250,177,187); }
H1.HeaderClassName
{
color: #FAB1BB;
}
.AnyTagClassName
{
color: #FAB1BB;
}
</style>
background-color css
<style>
a { background-color: #FAB1BB; }
a { background-color: rgb(250,177,187); }
div.DivClassName
{
background-color: #FAB1BB;
}
.BgClassName
{
background-color: #FAB1BB;
}
</style>
border-color css
<style>
span { border-color: #FAB1BB; }
span { border-color: rgb(250,177,187); }
td.TdClassName
{
border-color: #FAB1BB;
}
.TagClassName
{
border-color: #FAB1BB;
}
</style>