Shades of Light Pink #FBA9B9
Tints of Light Pink #FBA9B9
RGB
CMYK
RGB Variations
Color information
#FBA9B9 (or 0xFBA9B9) is known color: Light Pink. HEX triplet: FB, A9 and B9. RGB value is (251,169,185). Sum of RGB (Red+Green+Blue) = 251+169+185=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9B9 is #045646. Grayscale: #C3C3C3. Windows color (decimal): -284231 or 12167675. OLE color: 12167675.
HSL color Cylindrical-coordinate representation of color #FBA9B9: hue angle of 348.29º 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 #FBA9B9 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 185 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.02 |
| HSL | 348.29º | 0.91% | 0.82% | - |
| HSV(B) | 348.29º | 0.33% | 0.98% | - |
| XYZ | 62.73 | 52.39 | 52.7 | - |
| YUV | 195.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 185 | 0 | 0.33 | 0.26 | 0.02 | 348.29 | 0.91 | 0.82 |
| Hex | FB | A9 | B9 | 0 | 21 | 1A | 2 | 15C | 5B | 52 |
| Octal | 373 | 251 | 271 | 0 | 41 | 32 | 2 | 534 | 133 | 122 |
| Binary | 11111011 | 10101001 | 10111001 | 0 | 100001 | 11010 | 10 | 101011100 | 1011011 | 1010010 |
Color Harmonies of #FBA9B9
Complementary color
Monochromatic Colors of #FBA9B9
Black with #FBA9B9
Text Example
Text Example
White with #FBA9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9B9; }
p { color: rgb(251,169,185); }
H1.HeaderClassName
{
color: #FBA9B9;
}
.AnyTagClassName
{
color: #FBA9B9;
}
</style>
background-color css
<style>
a { background-color: #FBA9B9; }
a { background-color: rgb(251,169,185); }
div.DivClassName
{
background-color: #FBA9B9;
}
.BgClassName
{
background-color: #FBA9B9;
}
</style>
border-color css
<style>
span { border-color: #FBA9B9; }
span { border-color: rgb(251,169,185); }
td.TdClassName
{
border-color: #FBA9B9;
}
.TagClassName
{
border-color: #FBA9B9;
}
</style>