Shades of Light Pink #FAB7BB
Tints of Light Pink #FAB7BB
RGB
CMYK
RGB Variations
Color information
#FAB7BB (or 0xFAB7BB) is known color: Light Pink. HEX triplet: FA, B7 and BB. RGB value is (250,183,187). Sum of RGB (Red+Green+Blue) = 250+183+187=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7BB is #054844. Grayscale: #CBCBCB. Windows color (decimal): -346181 or 12302330. OLE color: 12302330.
HSL color Cylindrical-coordinate representation of color #FAB7BB: hue angle of 356.42º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7BB is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 187 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.02 |
| HSL | 356.42º | 0.87% | 0.85% | - |
| HSV(B) | 356.42º | 0.27% | 0.98% | - |
| XYZ | 65.33 | 57.78 | 54.72 | - |
| YUV | 203.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 187 | 0 | 0.27 | 0.25 | 0.02 | 356.42 | 0.87 | 0.85 |
| Hex | FA | B7 | BB | 0 | 1B | 19 | 2 | 164 | 57 | 55 |
| Octal | 372 | 267 | 273 | 0 | 33 | 31 | 2 | 544 | 127 | 125 |
| Binary | 11111010 | 10110111 | 10111011 | 0 | 11011 | 11001 | 10 | 101100100 | 1010111 | 1010101 |
Color Harmonies of #FAB7BB
Complementary color
Monochromatic Colors of #FAB7BB
Black with #FAB7BB
Text Example
Text Example
White with #FAB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7BB; }
p { color: rgb(250,183,187); }
H1.HeaderClassName
{
color: #FAB7BB;
}
.AnyTagClassName
{
color: #FAB7BB;
}
</style>
background-color css
<style>
a { background-color: #FAB7BB; }
a { background-color: rgb(250,183,187); }
div.DivClassName
{
background-color: #FAB7BB;
}
.BgClassName
{
background-color: #FAB7BB;
}
</style>
border-color css
<style>
span { border-color: #FAB7BB; }
span { border-color: rgb(250,183,187); }
td.TdClassName
{
border-color: #FAB7BB;
}
.TagClassName
{
border-color: #FAB7BB;
}
</style>