Shades of Light Pink #FAB0BD
Tints of Light Pink #FAB0BD
RGB
CMYK
RGB Variations
Color information
#FAB0BD (or 0xFAB0BD) is known color: Light Pink. HEX triplet: FA, B0 and BD. RGB value is (250,176,189). Sum of RGB (Red+Green+Blue) = 250+176+189=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0BD is #054F42. Grayscale: #C7C7C7. Windows color (decimal): -347971 or 12431610. OLE color: 12431610.
HSL color Cylindrical-coordinate representation of color #FAB0BD: hue angle of 349.46º 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 #FAB0BD is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 189 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.02 |
| HSL | 349.46º | 0.88% | 0.84% | - |
| HSV(B) | 349.46º | 0.3% | 0.98% | - |
| XYZ | 64.13 | 55.05 | 55.39 | - |
| YUV | 199.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 189 | 0 | 0.30 | 0.24 | 0.02 | 349.46 | 0.88 | 0.84 |
| Hex | FA | B0 | BD | 0 | 1E | 18 | 2 | 15D | 58 | 54 |
| Octal | 372 | 260 | 275 | 0 | 36 | 30 | 2 | 535 | 130 | 124 |
| Binary | 11111010 | 10110000 | 10111101 | 0 | 11110 | 11000 | 10 | 101011101 | 1011000 | 1010100 |
Color Harmonies of #FAB0BD
Complementary color
Monochromatic Colors of #FAB0BD
Black with #FAB0BD
Text Example
Text Example
White with #FAB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0BD; }
p { color: rgb(250,176,189); }
H1.HeaderClassName
{
color: #FAB0BD;
}
.AnyTagClassName
{
color: #FAB0BD;
}
</style>
background-color css
<style>
a { background-color: #FAB0BD; }
a { background-color: rgb(250,176,189); }
div.DivClassName
{
background-color: #FAB0BD;
}
.BgClassName
{
background-color: #FAB0BD;
}
</style>
border-color css
<style>
span { border-color: #FAB0BD; }
span { border-color: rgb(250,176,189); }
td.TdClassName
{
border-color: #FAB0BD;
}
.TagClassName
{
border-color: #FAB0BD;
}
</style>