Shades of Light Pink #FBAFBA
Tints of Light Pink #FBAFBA
RGB
CMYK
RGB Variations
Color information
#FBAFBA (or 0xFBAFBA) is known color: Light Pink. HEX triplet: FB, AF and BA. RGB value is (251,175,186). Sum of RGB (Red+Green+Blue) = 251+175+186=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFBA is #045045. Grayscale: #C7C7C7. Windows color (decimal): -282694 or 12234747. OLE color: 12234747.
HSL color Cylindrical-coordinate representation of color #FBAFBA: hue angle of 351.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFBA is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 186 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.02 |
| HSL | 351.32º | 0.9% | 0.84% | - |
| HSV(B) | 351.32º | 0.3% | 0.98% | - |
| XYZ | 63.98 | 54.71 | 53.64 | - |
| YUV | 198.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 186 | 0 | 0.30 | 0.26 | 0.02 | 351.32 | 0.9 | 0.84 |
| Hex | FB | AF | BA | 0 | 1E | 1A | 2 | 15F | 5A | 54 |
| Octal | 373 | 257 | 272 | 0 | 36 | 32 | 2 | 537 | 132 | 124 |
| Binary | 11111011 | 10101111 | 10111010 | 0 | 11110 | 11010 | 10 | 101011111 | 1011010 | 1010100 |
Color Harmonies of #FBAFBA
Complementary color
Monochromatic Colors of #FBAFBA
Black with #FBAFBA
Text Example
Text Example
White with #FBAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFBA; }
p { color: rgb(251,175,186); }
H1.HeaderClassName
{
color: #FBAFBA;
}
.AnyTagClassName
{
color: #FBAFBA;
}
</style>
background-color css
<style>
a { background-color: #FBAFBA; }
a { background-color: rgb(251,175,186); }
div.DivClassName
{
background-color: #FBAFBA;
}
.BgClassName
{
background-color: #FBAFBA;
}
</style>
border-color css
<style>
span { border-color: #FBAFBA; }
span { border-color: rgb(251,175,186); }
td.TdClassName
{
border-color: #FBAFBA;
}
.TagClassName
{
border-color: #FBAFBA;
}
</style>