Shades of Light Pink #FAB2BB
Tints of Light Pink #FAB2BB
RGB
CMYK
RGB Variations
Color information
#FAB2BB (or 0xFAB2BB) is known color: Light Pink. HEX triplet: FA, B2 and BB. RGB value is (250,178,187). Sum of RGB (Red+Green+Blue) = 250+178+187=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2BB is #054D44. Grayscale: #C8C8C8. Windows color (decimal): -347461 or 12301050. OLE color: 12301050.
HSL color Cylindrical-coordinate representation of color #FAB2BB: hue angle of 352.5º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB2BB is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 187 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.02 |
| HSL | 352.5º | 0.88% | 0.84% | - |
| HSV(B) | 352.5º | 0.29% | 0.98% | - |
| XYZ | 64.31 | 55.75 | 54.39 | - |
| YUV | 200.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 187 | 0 | 0.29 | 0.25 | 0.02 | 352.5 | 0.88 | 0.84 |
| Hex | FA | B2 | BB | 0 | 1D | 19 | 2 | 160 | 58 | 54 |
| Octal | 372 | 262 | 273 | 0 | 35 | 31 | 2 | 540 | 130 | 124 |
| Binary | 11111010 | 10110010 | 10111011 | 0 | 11101 | 11001 | 10 | 101100000 | 1011000 | 1010100 |
Color Harmonies of #FAB2BB
Complementary color
Monochromatic Colors of #FAB2BB
Black with #FAB2BB
Text Example
Text Example
White with #FAB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2BB; }
p { color: rgb(250,178,187); }
H1.HeaderClassName
{
color: #FAB2BB;
}
.AnyTagClassName
{
color: #FAB2BB;
}
</style>
background-color css
<style>
a { background-color: #FAB2BB; }
a { background-color: rgb(250,178,187); }
div.DivClassName
{
background-color: #FAB2BB;
}
.BgClassName
{
background-color: #FAB2BB;
}
</style>
border-color css
<style>
span { border-color: #FAB2BB; }
span { border-color: rgb(250,178,187); }
td.TdClassName
{
border-color: #FAB2BB;
}
.TagClassName
{
border-color: #FAB2BB;
}
</style>