Shades of Light Pink #FAB2B9
Tints of Light Pink #FAB2B9
RGB
CMYK
RGB Variations
Color information
#FAB2B9 (or 0xFAB2B9) is known color: Light Pink. HEX triplet: FA, B2 and B9. RGB value is (250,178,185). Sum of RGB (Red+Green+Blue) = 250+178+185=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2B9 is #054D46. Grayscale: #C8C8C8. Windows color (decimal): -347463 or 12169978. OLE color: 12169978.
HSL color Cylindrical-coordinate representation of color #FAB2B9: hue angle of 354.17º 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 #FAB2B9 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 185 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.02 |
| HSL | 354.17º | 0.88% | 0.84% | - |
| HSV(B) | 354.17º | 0.29% | 0.98% | - |
| XYZ | 64.1 | 55.67 | 53.27 | - |
| YUV | 200.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 185 | 0 | 0.29 | 0.26 | 0.02 | 354.17 | 0.88 | 0.84 |
| Hex | FA | B2 | B9 | 0 | 1D | 1A | 2 | 162 | 58 | 54 |
| Octal | 372 | 262 | 271 | 0 | 35 | 32 | 2 | 542 | 130 | 124 |
| Binary | 11111010 | 10110010 | 10111001 | 0 | 11101 | 11010 | 10 | 101100010 | 1011000 | 1010100 |
Color Harmonies of #FAB2B9
Complementary color
Monochromatic Colors of #FAB2B9
Black with #FAB2B9
Text Example
Text Example
White with #FAB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2B9; }
p { color: rgb(250,178,185); }
H1.HeaderClassName
{
color: #FAB2B9;
}
.AnyTagClassName
{
color: #FAB2B9;
}
</style>
background-color css
<style>
a { background-color: #FAB2B9; }
a { background-color: rgb(250,178,185); }
div.DivClassName
{
background-color: #FAB2B9;
}
.BgClassName
{
background-color: #FAB2B9;
}
</style>
border-color css
<style>
span { border-color: #FAB2B9; }
span { border-color: rgb(250,178,185); }
td.TdClassName
{
border-color: #FAB2B9;
}
.TagClassName
{
border-color: #FAB2B9;
}
</style>