Shades of Light Pink #FAB6BD
Tints of Light Pink #FAB6BD
RGB
CMYK
RGB Variations
Color information
#FAB6BD (or 0xFAB6BD) is known color: Light Pink. HEX triplet: FA, B6 and BD. RGB value is (250,182,189). Sum of RGB (Red+Green+Blue) = 250+182+189=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6BD is #054942. Grayscale: #CBCBCB. Windows color (decimal): -346435 or 12433146. OLE color: 12433146.
HSL color Cylindrical-coordinate representation of color #FAB6BD: hue angle of 353.82º 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 #FAB6BD is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 189 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.02 |
| HSL | 353.82º | 0.87% | 0.85% | - |
| HSV(B) | 353.82º | 0.27% | 0.98% | - |
| XYZ | 65.34 | 57.45 | 55.79 | - |
| YUV | 203.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 189 | 0 | 0.27 | 0.24 | 0.02 | 353.82 | 0.87 | 0.85 |
| Hex | FA | B6 | BD | 0 | 1B | 18 | 2 | 162 | 57 | 55 |
| Octal | 372 | 266 | 275 | 0 | 33 | 30 | 2 | 542 | 127 | 125 |
| Binary | 11111010 | 10110110 | 10111101 | 0 | 11011 | 11000 | 10 | 101100010 | 1010111 | 1010101 |
Color Harmonies of #FAB6BD
Complementary color
Monochromatic Colors of #FAB6BD
Black with #FAB6BD
Text Example
Text Example
White with #FAB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6BD; }
p { color: rgb(250,182,189); }
H1.HeaderClassName
{
color: #FAB6BD;
}
.AnyTagClassName
{
color: #FAB6BD;
}
</style>
background-color css
<style>
a { background-color: #FAB6BD; }
a { background-color: rgb(250,182,189); }
div.DivClassName
{
background-color: #FAB6BD;
}
.BgClassName
{
background-color: #FAB6BD;
}
</style>
border-color css
<style>
span { border-color: #FAB6BD; }
span { border-color: rgb(250,182,189); }
td.TdClassName
{
border-color: #FAB6BD;
}
.TagClassName
{
border-color: #FAB6BD;
}
</style>