Shades of Your Pink #FABBBB
Tints of Your Pink #FABBBB
RGB
CMYK
RGB Variations
Color information
#FABBBB (or 0xFABBBB) is known color: Your Pink. HEX triplet: FA, BB and BB. RGB value is (250,187,187). Sum of RGB (Red+Green+Blue) = 250+187+187=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBBB is #054444. Grayscale: #CDCDCD. Windows color (decimal): -345157 or 12303354. OLE color: 12303354.
HSL color Cylindrical-coordinate representation of color #FABBBB: 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.25%. Process color model (Four color, CMYK) of #FABBBB is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 187 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.02 |
| HSL | 0º | 0.86% | 0.86% | - |
| HSV(B) | 0º | 0.25% | 0.98% | - |
| XYZ | 66.16 | 59.45 | 55 | - |
| YUV | 205.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 187 | 0 | 0.25 | 0.25 | 0.02 | 0 | 0.86 | 0.86 |
| Hex | FA | BB | BB | 0 | 19 | 19 | 2 | 0 | 56 | 56 |
| Octal | 372 | 273 | 273 | 0 | 31 | 31 | 2 | 0 | 126 | 126 |
| Binary | 11111010 | 10111011 | 10111011 | 0 | 11001 | 11001 | 10 | 0 | 1010110 | 1010110 |
Color Harmonies of #FABBBB
Complementary color
Monochromatic Colors of #FABBBB
Black with #FABBBB
Text Example
Text Example
White with #FABBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBBB; }
p { color: rgb(250,187,187); }
H1.HeaderClassName
{
color: #FABBBB;
}
.AnyTagClassName
{
color: #FABBBB;
}
</style>
background-color css
<style>
a { background-color: #FABBBB; }
a { background-color: rgb(250,187,187); }
div.DivClassName
{
background-color: #FABBBB;
}
.BgClassName
{
background-color: #FABBBB;
}
</style>
border-color css
<style>
span { border-color: #FABBBB; }
span { border-color: rgb(250,187,187); }
td.TdClassName
{
border-color: #FABBBB;
}
.TagClassName
{
border-color: #FABBBB;
}
</style>