Shades of Your Pink #FABFBF
Tints of Your Pink #FABFBF
RGB
CMYK
RGB Variations
Color information
#FABFBF (or 0xFABFBF) is known color: Your Pink. HEX triplet: FA, BF and BF. RGB value is (250,191,191). Sum of RGB (Red+Green+Blue) = 250+191+191=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFBF is #054040. Grayscale: #D0D0D0. Windows color (decimal): -344129 or 12566522. OLE color: 12566522.
HSL color Cylindrical-coordinate representation of color #FABFBF: hue angle of 0º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFBF is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 191 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.02 |
| HSL | 0º | 0.86% | 0.86% | - |
| HSV(B) | 0º | 0.24% | 0.98% | - |
| XYZ | 67.46 | 61.35 | 57.58 | - |
| YUV | 208.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 191 | 0 | 0.24 | 0.24 | 0.02 | 0 | 0.86 | 0.86 |
| Hex | FA | BF | BF | 0 | 18 | 18 | 2 | 0 | 56 | 56 |
| Octal | 372 | 277 | 277 | 0 | 30 | 30 | 2 | 0 | 126 | 126 |
| Binary | 11111010 | 10111111 | 10111111 | 0 | 11000 | 11000 | 10 | 0 | 1010110 | 1010110 |
Color Harmonies of #FABFBF
Complementary color
Monochromatic Colors of #FABFBF
Black with #FABFBF
Text Example
Text Example
White with #FABFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFBF; }
p { color: rgb(250,191,191); }
H1.HeaderClassName
{
color: #FABFBF;
}
.AnyTagClassName
{
color: #FABFBF;
}
</style>
background-color css
<style>
a { background-color: #FABFBF; }
a { background-color: rgb(250,191,191); }
div.DivClassName
{
background-color: #FABFBF;
}
.BgClassName
{
background-color: #FABFBF;
}
</style>
border-color css
<style>
span { border-color: #FABFBF; }
span { border-color: rgb(250,191,191); }
td.TdClassName
{
border-color: #FABFBF;
}
.TagClassName
{
border-color: #FABFBF;
}
</style>