Shades of Light Pink #FAB2BC
Tints of Light Pink #FAB2BC
RGB
CMYK
RGB Variations
Color information
#FAB2BC (or 0xFAB2BC) is known color: Light Pink. HEX triplet: FA, B2 and BC. RGB value is (250,178,188). Sum of RGB (Red+Green+Blue) = 250+178+188=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2BC is #054D43. Grayscale: #C8C8C8. Windows color (decimal): -347460 or 12366586. OLE color: 12366586.
HSL color Cylindrical-coordinate representation of color #FAB2BC: hue angle of 351.67º 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 #FAB2BC is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 188 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.02 |
| HSL | 351.67º | 0.88% | 0.84% | - |
| HSV(B) | 351.67º | 0.29% | 0.98% | - |
| XYZ | 64.42 | 55.8 | 54.95 | - |
| YUV | 200.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 188 | 0 | 0.29 | 0.25 | 0.02 | 351.67 | 0.88 | 0.84 |
| Hex | FA | B2 | BC | 0 | 1D | 19 | 2 | 160 | 58 | 54 |
| Octal | 372 | 262 | 274 | 0 | 35 | 31 | 2 | 540 | 130 | 124 |
| Binary | 11111010 | 10110010 | 10111100 | 0 | 11101 | 11001 | 10 | 101100000 | 1011000 | 1010100 |
Color Harmonies of #FAB2BC
Complementary color
Monochromatic Colors of #FAB2BC
Black with #FAB2BC
Text Example
Text Example
White with #FAB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2BC; }
p { color: rgb(250,178,188); }
H1.HeaderClassName
{
color: #FAB2BC;
}
.AnyTagClassName
{
color: #FAB2BC;
}
</style>
background-color css
<style>
a { background-color: #FAB2BC; }
a { background-color: rgb(250,178,188); }
div.DivClassName
{
background-color: #FAB2BC;
}
.BgClassName
{
background-color: #FAB2BC;
}
</style>
border-color css
<style>
span { border-color: #FAB2BC; }
span { border-color: rgb(250,178,188); }
td.TdClassName
{
border-color: #FAB2BC;
}
.TagClassName
{
border-color: #FAB2BC;
}
</style>