Shades of Light Pink #FAB7BA
Tints of Light Pink #FAB7BA
RGB
CMYK
RGB Variations
Color information
#FAB7BA (or 0xFAB7BA) is known color: Light Pink. HEX triplet: FA, B7 and BA. RGB value is (250,183,186). Sum of RGB (Red+Green+Blue) = 250+183+186=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7BA is #054845. Grayscale: #CBCBCB. Windows color (decimal): -346182 or 12236794. OLE color: 12236794.
HSL color Cylindrical-coordinate representation of color #FAB7BA: hue angle of 357.31º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7BA is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 186 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.02 |
| HSL | 357.31º | 0.87% | 0.85% | - |
| HSV(B) | 357.31º | 0.27% | 0.98% | - |
| XYZ | 65.22 | 57.74 | 54.16 | - |
| YUV | 203.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 186 | 0 | 0.27 | 0.26 | 0.02 | 357.31 | 0.87 | 0.85 |
| Hex | FA | B7 | BA | 0 | 1B | 1A | 2 | 165 | 57 | 55 |
| Octal | 372 | 267 | 272 | 0 | 33 | 32 | 2 | 545 | 127 | 125 |
| Binary | 11111010 | 10110111 | 10111010 | 0 | 11011 | 11010 | 10 | 101100101 | 1010111 | 1010101 |
Color Harmonies of #FAB7BA
Complementary color
Monochromatic Colors of #FAB7BA
Black with #FAB7BA
Text Example
Text Example
White with #FAB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7BA; }
p { color: rgb(250,183,186); }
H1.HeaderClassName
{
color: #FAB7BA;
}
.AnyTagClassName
{
color: #FAB7BA;
}
</style>
background-color css
<style>
a { background-color: #FAB7BA; }
a { background-color: rgb(250,183,186); }
div.DivClassName
{
background-color: #FAB7BA;
}
.BgClassName
{
background-color: #FAB7BA;
}
</style>
border-color css
<style>
span { border-color: #FAB7BA; }
span { border-color: rgb(250,183,186); }
td.TdClassName
{
border-color: #FAB7BA;
}
.TagClassName
{
border-color: #FAB7BA;
}
</style>