Shades of Light Pink #FBABB4
Tints of Light Pink #FBABB4
RGB
CMYK
RGB Variations
Color information
#FBABB4 (or 0xFBABB4) is known color: Light Pink. HEX triplet: FB, AB and B4. RGB value is (251,171,180). Sum of RGB (Red+Green+Blue) = 251+171+180=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABB4 is #04544B. Grayscale: #C3C3C3. Windows color (decimal): -283724 or 11840507. OLE color: 11840507.
HSL color Cylindrical-coordinate representation of color #FBABB4: hue angle of 353.25º 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 #FBABB4 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 180 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.02 |
| HSL | 353.25º | 0.91% | 0.83% | - |
| HSV(B) | 353.25º | 0.32% | 0.98% | - |
| XYZ | 62.58 | 52.93 | 50.1 | - |
| YUV | 195.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 180 | 0 | 0.32 | 0.28 | 0.02 | 353.25 | 0.91 | 0.83 |
| Hex | FB | AB | B4 | 0 | 20 | 1C | 2 | 161 | 5B | 53 |
| Octal | 373 | 253 | 264 | 0 | 40 | 34 | 2 | 541 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10110100 | 0 | 100000 | 11100 | 10 | 101100001 | 1011011 | 1010011 |
Color Harmonies of #FBABB4
Complementary color
Monochromatic Colors of #FBABB4
Black with #FBABB4
Text Example
Text Example
White with #FBABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABB4; }
p { color: rgb(251,171,180); }
H1.HeaderClassName
{
color: #FBABB4;
}
.AnyTagClassName
{
color: #FBABB4;
}
</style>
background-color css
<style>
a { background-color: #FBABB4; }
a { background-color: rgb(251,171,180); }
div.DivClassName
{
background-color: #FBABB4;
}
.BgClassName
{
background-color: #FBABB4;
}
</style>
border-color css
<style>
span { border-color: #FBABB4; }
span { border-color: rgb(251,171,180); }
td.TdClassName
{
border-color: #FBABB4;
}
.TagClassName
{
border-color: #FBABB4;
}
</style>