Shades of Light Pink #FBAAB5
Tints of Light Pink #FBAAB5
RGB
CMYK
RGB Variations
Color information
#FBAAB5 (or 0xFBAAB5) is known color: Light Pink. HEX triplet: FB, AA and B5. RGB value is (251,170,181). Sum of RGB (Red+Green+Blue) = 251+170+181=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAB5 is #04554A. Grayscale: #C3C3C3. Windows color (decimal): -283979 or 11905787. OLE color: 11905787.
HSL color Cylindrical-coordinate representation of color #FBAAB5: hue angle of 351.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAAB5 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 181 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.02 |
| HSL | 351.85º | 0.91% | 0.83% | - |
| HSV(B) | 351.85º | 0.32% | 0.98% | - |
| XYZ | 62.5 | 52.59 | 50.57 | - |
| YUV | 195.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 181 | 0 | 0.32 | 0.28 | 0.02 | 351.85 | 0.91 | 0.83 |
| Hex | FB | AA | B5 | 0 | 20 | 1C | 2 | 160 | 5B | 53 |
| Octal | 373 | 252 | 265 | 0 | 40 | 34 | 2 | 540 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10110101 | 0 | 100000 | 11100 | 10 | 101100000 | 1011011 | 1010011 |
Color Harmonies of #FBAAB5
Complementary color
Monochromatic Colors of #FBAAB5
Black with #FBAAB5
Text Example
Text Example
White with #FBAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAB5; }
p { color: rgb(251,170,181); }
H1.HeaderClassName
{
color: #FBAAB5;
}
.AnyTagClassName
{
color: #FBAAB5;
}
</style>
background-color css
<style>
a { background-color: #FBAAB5; }
a { background-color: rgb(251,170,181); }
div.DivClassName
{
background-color: #FBAAB5;
}
.BgClassName
{
background-color: #FBAAB5;
}
</style>
border-color css
<style>
span { border-color: #FBAAB5; }
span { border-color: rgb(251,170,181); }
td.TdClassName
{
border-color: #FBAAB5;
}
.TagClassName
{
border-color: #FBAAB5;
}
</style>