Shades of Light Pink #FBAAB6
Tints of Light Pink #FBAAB6
RGB
CMYK
RGB Variations
Color information
#FBAAB6 (or 0xFBAAB6) is known color: Light Pink. HEX triplet: FB, AA and B6. RGB value is (251,170,182). Sum of RGB (Red+Green+Blue) = 251+170+182=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAB6 is #045549. Grayscale: #C3C3C3. Windows color (decimal): -283978 or 11971323. OLE color: 11971323.
HSL color Cylindrical-coordinate representation of color #FBAAB6: hue angle of 351.11º 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 #FBAAB6 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 182 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.02 |
| HSL | 351.11º | 0.91% | 0.83% | - |
| HSV(B) | 351.11º | 0.32% | 0.98% | - |
| XYZ | 62.6 | 52.64 | 51.12 | - |
| YUV | 195.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 182 | 0 | 0.32 | 0.27 | 0.02 | 351.11 | 0.91 | 0.83 |
| Hex | FB | AA | B6 | 0 | 20 | 1B | 2 | 15F | 5B | 53 |
| Octal | 373 | 252 | 266 | 0 | 40 | 33 | 2 | 537 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10110110 | 0 | 100000 | 11011 | 10 | 101011111 | 1011011 | 1010011 |
Color Harmonies of #FBAAB6
Complementary color
Monochromatic Colors of #FBAAB6
Black with #FBAAB6
Text Example
Text Example
White with #FBAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAB6; }
p { color: rgb(251,170,182); }
H1.HeaderClassName
{
color: #FBAAB6;
}
.AnyTagClassName
{
color: #FBAAB6;
}
</style>
background-color css
<style>
a { background-color: #FBAAB6; }
a { background-color: rgb(251,170,182); }
div.DivClassName
{
background-color: #FBAAB6;
}
.BgClassName
{
background-color: #FBAAB6;
}
</style>
border-color css
<style>
span { border-color: #FBAAB6; }
span { border-color: rgb(251,170,182); }
td.TdClassName
{
border-color: #FBAAB6;
}
.TagClassName
{
border-color: #FBAAB6;
}
</style>