Shades of Light Pink #FAB0B5
Tints of Light Pink #FAB0B5
RGB
CMYK
RGB Variations
Color information
#FAB0B5 (or 0xFAB0B5) is known color: Light Pink. HEX triplet: FA, B0 and B5. RGB value is (250,176,181). Sum of RGB (Red+Green+Blue) = 250+176+181=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0B5 is #054F4A. Grayscale: #C6C6C6. Windows color (decimal): -347979 or 11907322. OLE color: 11907322.
HSL color Cylindrical-coordinate representation of color #FAB0B5: hue angle of 355.95º 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 #FAB0B5 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 181 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.02 |
| HSL | 355.95º | 0.88% | 0.84% | - |
| HSV(B) | 355.95º | 0.3% | 0.98% | - |
| XYZ | 63.29 | 54.71 | 50.94 | - |
| YUV | 198.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 181 | 0 | 0.30 | 0.28 | 0.02 | 355.95 | 0.88 | 0.84 |
| Hex | FA | B0 | B5 | 0 | 1E | 1C | 2 | 164 | 58 | 54 |
| Octal | 372 | 260 | 265 | 0 | 36 | 34 | 2 | 544 | 130 | 124 |
| Binary | 11111010 | 10110000 | 10110101 | 0 | 11110 | 11100 | 10 | 101100100 | 1011000 | 1010100 |
Color Harmonies of #FAB0B5
Complementary color
Monochromatic Colors of #FAB0B5
Black with #FAB0B5
Text Example
Text Example
White with #FAB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0B5; }
p { color: rgb(250,176,181); }
H1.HeaderClassName
{
color: #FAB0B5;
}
.AnyTagClassName
{
color: #FAB0B5;
}
</style>
background-color css
<style>
a { background-color: #FAB0B5; }
a { background-color: rgb(250,176,181); }
div.DivClassName
{
background-color: #FAB0B5;
}
.BgClassName
{
background-color: #FAB0B5;
}
</style>
border-color css
<style>
span { border-color: #FAB0B5; }
span { border-color: rgb(250,176,181); }
td.TdClassName
{
border-color: #FAB0B5;
}
.TagClassName
{
border-color: #FAB0B5;
}
</style>