Shades of Light Pink #FAB0BE
Tints of Light Pink #FAB0BE
RGB
CMYK
RGB Variations
Color information
#FAB0BE (or 0xFAB0BE) is known color: Light Pink. HEX triplet: FA, B0 and BE. RGB value is (250,176,190). Sum of RGB (Red+Green+Blue) = 250+176+190=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0BE is #054F41. Grayscale: #C7C7C7. Windows color (decimal): -347970 or 12497146. OLE color: 12497146.
HSL color Cylindrical-coordinate representation of color #FAB0BE: hue angle of 348.65º 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 #FAB0BE is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 190 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.02 |
| HSL | 348.65º | 0.88% | 0.84% | - |
| HSV(B) | 348.65º | 0.3% | 0.98% | - |
| XYZ | 64.24 | 55.09 | 55.96 | - |
| YUV | 199.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 190 | 0 | 0.30 | 0.24 | 0.02 | 348.65 | 0.88 | 0.84 |
| Hex | FA | B0 | BE | 0 | 1E | 18 | 2 | 15D | 58 | 54 |
| Octal | 372 | 260 | 276 | 0 | 36 | 30 | 2 | 535 | 130 | 124 |
| Binary | 11111010 | 10110000 | 10111110 | 0 | 11110 | 11000 | 10 | 101011101 | 1011000 | 1010100 |
Color Harmonies of #FAB0BE
Complementary color
Monochromatic Colors of #FAB0BE
Black with #FAB0BE
Text Example
Text Example
White with #FAB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0BE; }
p { color: rgb(250,176,190); }
H1.HeaderClassName
{
color: #FAB0BE;
}
.AnyTagClassName
{
color: #FAB0BE;
}
</style>
background-color css
<style>
a { background-color: #FAB0BE; }
a { background-color: rgb(250,176,190); }
div.DivClassName
{
background-color: #FAB0BE;
}
.BgClassName
{
background-color: #FAB0BE;
}
</style>
border-color css
<style>
span { border-color: #FAB0BE; }
span { border-color: rgb(250,176,190); }
td.TdClassName
{
border-color: #FAB0BE;
}
.TagClassName
{
border-color: #FAB0BE;
}
</style>