Shades of Light Pink #FBA9B0
Tints of Light Pink #FBA9B0
RGB
CMYK
RGB Variations
Color information
#FBA9B0 (or 0xFBA9B0) is known color: Light Pink. HEX triplet: FB, A9 and B0. RGB value is (251,169,176). Sum of RGB (Red+Green+Blue) = 251+169+176=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9B0 is #04564F. Grayscale: #C2C2C2. Windows color (decimal): -284240 or 11577851. OLE color: 11577851.
HSL color Cylindrical-coordinate representation of color #FBA9B0: hue angle of 354.88º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9B0 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 176 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.02 |
| HSL | 354.88º | 0.91% | 0.82% | - |
| HSV(B) | 354.88º | 0.33% | 0.98% | - |
| XYZ | 61.81 | 52.02 | 47.86 | - |
| YUV | 194.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 176 | 0 | 0.33 | 0.30 | 0.02 | 354.88 | 0.91 | 0.82 |
| Hex | FB | A9 | B0 | 0 | 21 | 1E | 2 | 163 | 5B | 52 |
| Octal | 373 | 251 | 260 | 0 | 41 | 36 | 2 | 543 | 133 | 122 |
| Binary | 11111011 | 10101001 | 10110000 | 0 | 100001 | 11110 | 10 | 101100011 | 1011011 | 1010010 |
Color Harmonies of #FBA9B0
Complementary color
Monochromatic Colors of #FBA9B0
Black with #FBA9B0
Text Example
Text Example
White with #FBA9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9B0; }
p { color: rgb(251,169,176); }
H1.HeaderClassName
{
color: #FBA9B0;
}
.AnyTagClassName
{
color: #FBA9B0;
}
</style>
background-color css
<style>
a { background-color: #FBA9B0; }
a { background-color: rgb(251,169,176); }
div.DivClassName
{
background-color: #FBA9B0;
}
.BgClassName
{
background-color: #FBA9B0;
}
</style>
border-color css
<style>
span { border-color: #FBA9B0; }
span { border-color: rgb(251,169,176); }
td.TdClassName
{
border-color: #FBA9B0;
}
.TagClassName
{
border-color: #FBA9B0;
}
</style>