Shades of Your Pink #FABBB9
Tints of Your Pink #FABBB9
RGB
CMYK
RGB Variations
Color information
#FABBB9 (or 0xFABBB9) is known color: Your Pink. HEX triplet: FA, BB and B9. RGB value is (250,187,185). Sum of RGB (Red+Green+Blue) = 250+187+185=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBB9 is #054446. Grayscale: #CDCDCD. Windows color (decimal): -345159 or 12172282. OLE color: 12172282.
HSL color Cylindrical-coordinate representation of color #FABBB9: hue angle of 1.85º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABBB9 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 185 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.02 |
| HSL | 1.85º | 0.87% | 0.85% | - |
| HSV(B) | 1.85º | 0.26% | 0.98% | - |
| XYZ | 65.95 | 59.37 | 53.88 | - |
| YUV | 205.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 185 | 0 | 0.25 | 0.26 | 0.02 | 1.85 | 0.87 | 0.85 |
| Hex | FA | BB | B9 | 0 | 19 | 1A | 2 | 2 | 57 | 55 |
| Octal | 372 | 273 | 271 | 0 | 31 | 32 | 2 | 2 | 127 | 125 |
| Binary | 11111010 | 10111011 | 10111001 | 0 | 11001 | 11010 | 10 | 10 | 1010111 | 1010101 |
Color Harmonies of #FABBB9
Complementary color
Monochromatic Colors of #FABBB9
Black with #FABBB9
Text Example
Text Example
White with #FABBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBB9; }
p { color: rgb(250,187,185); }
H1.HeaderClassName
{
color: #FABBB9;
}
.AnyTagClassName
{
color: #FABBB9;
}
</style>
background-color css
<style>
a { background-color: #FABBB9; }
a { background-color: rgb(250,187,185); }
div.DivClassName
{
background-color: #FABBB9;
}
.BgClassName
{
background-color: #FABBB9;
}
</style>
border-color css
<style>
span { border-color: #FABBB9; }
span { border-color: rgb(250,187,185); }
td.TdClassName
{
border-color: #FABBB9;
}
.TagClassName
{
border-color: #FABBB9;
}
</style>