Shades of Light Pink #FBABB2
Tints of Light Pink #FBABB2
RGB
CMYK
RGB Variations
Color information
#FBABB2 (or 0xFBABB2) is known color: Light Pink. HEX triplet: FB, AB and B2. RGB value is (251,171,178). Sum of RGB (Red+Green+Blue) = 251+171+178=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABB2 is #04544D. Grayscale: #C3C3C3. Windows color (decimal): -283726 or 11709435. OLE color: 11709435.
HSL color Cylindrical-coordinate representation of color #FBABB2: hue angle of 354.75º 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 #FBABB2 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 178 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.02 |
| HSL | 354.75º | 0.91% | 0.83% | - |
| HSV(B) | 354.75º | 0.32% | 0.98% | - |
| XYZ | 62.38 | 52.85 | 49.03 | - |
| YUV | 195.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 178 | 0 | 0.32 | 0.29 | 0.02 | 354.75 | 0.91 | 0.83 |
| Hex | FB | AB | B2 | 0 | 20 | 1D | 2 | 163 | 5B | 53 |
| Octal | 373 | 253 | 262 | 0 | 40 | 35 | 2 | 543 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10110010 | 0 | 100000 | 11101 | 10 | 101100011 | 1011011 | 1010011 |
Color Harmonies of #FBABB2
Complementary color
Monochromatic Colors of #FBABB2
Black with #FBABB2
Text Example
Text Example
White with #FBABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABB2; }
p { color: rgb(251,171,178); }
H1.HeaderClassName
{
color: #FBABB2;
}
.AnyTagClassName
{
color: #FBABB2;
}
</style>
background-color css
<style>
a { background-color: #FBABB2; }
a { background-color: rgb(251,171,178); }
div.DivClassName
{
background-color: #FBABB2;
}
.BgClassName
{
background-color: #FBABB2;
}
</style>
border-color css
<style>
span { border-color: #FBABB2; }
span { border-color: rgb(251,171,178); }
td.TdClassName
{
border-color: #FBABB2;
}
.TagClassName
{
border-color: #FBABB2;
}
</style>