Shades of Light Pink #FBAFBC
Tints of Light Pink #FBAFBC
RGB
CMYK
RGB Variations
Color information
#FBAFBC (or 0xFBAFBC) is known color: Light Pink. HEX triplet: FB, AF and BC. RGB value is (251,175,188). Sum of RGB (Red+Green+Blue) = 251+175+188=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFBC is #045043. Grayscale: #C7C7C7. Windows color (decimal): -282692 or 12365819. OLE color: 12365819.
HSL color Cylindrical-coordinate representation of color #FBAFBC: hue angle of 349.74º 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 #FBAFBC is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 188 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.02 |
| HSL | 349.74º | 0.9% | 0.84% | - |
| HSV(B) | 349.74º | 0.3% | 0.98% | - |
| XYZ | 64.19 | 54.8 | 54.77 | - |
| YUV | 199.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 188 | 0 | 0.30 | 0.25 | 0.02 | 349.74 | 0.9 | 0.84 |
| Hex | FB | AF | BC | 0 | 1E | 19 | 2 | 15E | 5A | 54 |
| Octal | 373 | 257 | 274 | 0 | 36 | 31 | 2 | 536 | 132 | 124 |
| Binary | 11111011 | 10101111 | 10111100 | 0 | 11110 | 11001 | 10 | 101011110 | 1011010 | 1010100 |
Color Harmonies of #FBAFBC
Complementary color
Monochromatic Colors of #FBAFBC
Black with #FBAFBC
Text Example
Text Example
White with #FBAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFBC; }
p { color: rgb(251,175,188); }
H1.HeaderClassName
{
color: #FBAFBC;
}
.AnyTagClassName
{
color: #FBAFBC;
}
</style>
background-color css
<style>
a { background-color: #FBAFBC; }
a { background-color: rgb(251,175,188); }
div.DivClassName
{
background-color: #FBAFBC;
}
.BgClassName
{
background-color: #FBAFBC;
}
</style>
border-color css
<style>
span { border-color: #FBAFBC; }
span { border-color: rgb(251,175,188); }
td.TdClassName
{
border-color: #FBAFBC;
}
.TagClassName
{
border-color: #FBAFBC;
}
</style>