Shades of Light Pink #FAB5BC
Tints of Light Pink #FAB5BC
RGB
CMYK
RGB Variations
Color information
#FAB5BC (or 0xFAB5BC) is known color: Light Pink. HEX triplet: FA, B5 and BC. RGB value is (250,181,188). Sum of RGB (Red+Green+Blue) = 250+181+188=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5BC is #054A43. Grayscale: #CACACA. Windows color (decimal): -346692 or 12367354. OLE color: 12367354.
HSL color Cylindrical-coordinate representation of color #FAB5BC: hue angle of 353.91º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5BC is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 188 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.02 |
| HSL | 353.91º | 0.87% | 0.85% | - |
| HSV(B) | 353.91º | 0.28% | 0.98% | - |
| XYZ | 65.03 | 57 | 55.15 | - |
| YUV | 202.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 188 | 0 | 0.28 | 0.25 | 0.02 | 353.91 | 0.87 | 0.85 |
| Hex | FA | B5 | BC | 0 | 1C | 19 | 2 | 162 | 57 | 55 |
| Octal | 372 | 265 | 274 | 0 | 34 | 31 | 2 | 542 | 127 | 125 |
| Binary | 11111010 | 10110101 | 10111100 | 0 | 11100 | 11001 | 10 | 101100010 | 1010111 | 1010101 |
Color Harmonies of #FAB5BC
Complementary color
Monochromatic Colors of #FAB5BC
Black with #FAB5BC
Text Example
Text Example
White with #FAB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5BC; }
p { color: rgb(250,181,188); }
H1.HeaderClassName
{
color: #FAB5BC;
}
.AnyTagClassName
{
color: #FAB5BC;
}
</style>
background-color css
<style>
a { background-color: #FAB5BC; }
a { background-color: rgb(250,181,188); }
div.DivClassName
{
background-color: #FAB5BC;
}
.BgClassName
{
background-color: #FAB5BC;
}
</style>
border-color css
<style>
span { border-color: #FAB5BC; }
span { border-color: rgb(250,181,188); }
td.TdClassName
{
border-color: #FAB5BC;
}
.TagClassName
{
border-color: #FAB5BC;
}
</style>