Shades of Your Pink #FABABA
Tints of Your Pink #FABABA
RGB
CMYK
RGB Variations
Color information
#FABABA (or 0xFABABA) is known color: Your Pink. HEX triplet: FA, BA and BA. RGB value is (250,186,186). Sum of RGB (Red+Green+Blue) = 250+186+186=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FABABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABABA is #054545. Grayscale: #CDCDCD. Windows color (decimal): -345414 or 12237562. OLE color: 12237562.
HSL color Cylindrical-coordinate representation of color #FABABA: hue angle of 0º degrees, saturation: 0.86, 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 #FABABA is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 186 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.02 |
| HSL | 0º | 0.86% | 0.85% | - |
| HSV(B) | 0º | 0.26% | 0.98% | - |
| XYZ | 65.85 | 58.99 | 54.37 | - |
| YUV | 205.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 186 | 0 | 0.26 | 0.26 | 0.02 | 0 | 0.86 | 0.85 |
| Hex | FA | BA | BA | 0 | 1A | 1A | 2 | 0 | 56 | 55 |
| Octal | 372 | 272 | 272 | 0 | 32 | 32 | 2 | 0 | 126 | 125 |
| Binary | 11111010 | 10111010 | 10111010 | 0 | 11010 | 11010 | 10 | 0 | 1010110 | 1010101 |
Color Harmonies of #FABABA
Complementary color
Monochromatic Colors of #FABABA
Black with #FABABA
Text Example
Text Example
White with #FABABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABABA; }
p { color: rgb(250,186,186); }
H1.HeaderClassName
{
color: #FABABA;
}
.AnyTagClassName
{
color: #FABABA;
}
</style>
background-color css
<style>
a { background-color: #FABABA; }
a { background-color: rgb(250,186,186); }
div.DivClassName
{
background-color: #FABABA;
}
.BgClassName
{
background-color: #FABABA;
}
</style>
border-color css
<style>
span { border-color: #FABABA; }
span { border-color: rgb(250,186,186); }
td.TdClassName
{
border-color: #FABABA;
}
.TagClassName
{
border-color: #FABABA;
}
</style>