Shades of Light Pink #FAB7BD
Tints of Light Pink #FAB7BD
RGB
CMYK
RGB Variations
Color information
#FAB7BD (or 0xFAB7BD) is known color: Light Pink. HEX triplet: FA, B7 and BD. RGB value is (250,183,189). Sum of RGB (Red+Green+Blue) = 250+183+189=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7BD is #054842. Grayscale: #CBCBCB. Windows color (decimal): -346179 or 12433402. OLE color: 12433402.
HSL color Cylindrical-coordinate representation of color #FAB7BD: hue angle of 354.63º 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 #FAB7BD is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 189 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.02 |
| HSL | 354.63º | 0.87% | 0.85% | - |
| HSV(B) | 354.63º | 0.27% | 0.98% | - |
| XYZ | 65.54 | 57.87 | 55.86 | - |
| YUV | 203.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 189 | 0 | 0.27 | 0.24 | 0.02 | 354.63 | 0.87 | 0.85 |
| Hex | FA | B7 | BD | 0 | 1B | 18 | 2 | 163 | 57 | 55 |
| Octal | 372 | 267 | 275 | 0 | 33 | 30 | 2 | 543 | 127 | 125 |
| Binary | 11111010 | 10110111 | 10111101 | 0 | 11011 | 11000 | 10 | 101100011 | 1010111 | 1010101 |
Color Harmonies of #FAB7BD
Complementary color
Monochromatic Colors of #FAB7BD
Black with #FAB7BD
Text Example
Text Example
White with #FAB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7BD; }
p { color: rgb(250,183,189); }
H1.HeaderClassName
{
color: #FAB7BD;
}
.AnyTagClassName
{
color: #FAB7BD;
}
</style>
background-color css
<style>
a { background-color: #FAB7BD; }
a { background-color: rgb(250,183,189); }
div.DivClassName
{
background-color: #FAB7BD;
}
.BgClassName
{
background-color: #FAB7BD;
}
</style>
border-color css
<style>
span { border-color: #FAB7BD; }
span { border-color: rgb(250,183,189); }
td.TdClassName
{
border-color: #FAB7BD;
}
.TagClassName
{
border-color: #FAB7BD;
}
</style>