Shades of Light Pink #FAB3BB
Tints of Light Pink #FAB3BB
RGB
CMYK
RGB Variations
Color information
#FAB3BB (or 0xFAB3BB) is known color: Light Pink. HEX triplet: FA, B3 and BB. RGB value is (250,179,187). Sum of RGB (Red+Green+Blue) = 250+179+187=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3BB is #054C44. Grayscale: #C9C9C9. Windows color (decimal): -347205 or 12301306. OLE color: 12301306.
HSL color Cylindrical-coordinate representation of color #FAB3BB: hue angle of 353.24º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3BB is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 187 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.02 |
| HSL | 353.24º | 0.88% | 0.84% | - |
| HSV(B) | 353.24º | 0.28% | 0.98% | - |
| XYZ | 64.51 | 56.15 | 54.45 | - |
| YUV | 201.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 187 | 0 | 0.28 | 0.25 | 0.02 | 353.24 | 0.88 | 0.84 |
| Hex | FA | B3 | BB | 0 | 1C | 19 | 2 | 161 | 58 | 54 |
| Octal | 372 | 263 | 273 | 0 | 34 | 31 | 2 | 541 | 130 | 124 |
| Binary | 11111010 | 10110011 | 10111011 | 0 | 11100 | 11001 | 10 | 101100001 | 1011000 | 1010100 |
Color Harmonies of #FAB3BB
Complementary color
Monochromatic Colors of #FAB3BB
Black with #FAB3BB
Text Example
Text Example
White with #FAB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3BB; }
p { color: rgb(250,179,187); }
H1.HeaderClassName
{
color: #FAB3BB;
}
.AnyTagClassName
{
color: #FAB3BB;
}
</style>
background-color css
<style>
a { background-color: #FAB3BB; }
a { background-color: rgb(250,179,187); }
div.DivClassName
{
background-color: #FAB3BB;
}
.BgClassName
{
background-color: #FAB3BB;
}
</style>
border-color css
<style>
span { border-color: #FAB3BB; }
span { border-color: rgb(250,179,187); }
td.TdClassName
{
border-color: #FAB3BB;
}
.TagClassName
{
border-color: #FAB3BB;
}
</style>