Shades of Light Pink #FAB7B8
Tints of Light Pink #FAB7B8
RGB
CMYK
RGB Variations
Color information
#FAB7B8 (or 0xFAB7B8) is known color: Light Pink. HEX triplet: FA, B7 and B8. RGB value is (250,183,184). Sum of RGB (Red+Green+Blue) = 250+183+184=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 184 (72.27% from 255 or 29.82% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7B8 is #054847. Grayscale: #CBCBCB. Windows color (decimal): -346184 or 12105722. OLE color: 12105722.
HSL color Cylindrical-coordinate representation of color #FAB7B8: hue angle of 359.1º 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 #FAB7B8 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 184 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.02 |
| HSL | 359.1º | 0.87% | 0.85% | - |
| HSV(B) | 359.1º | 0.27% | 0.98% | - |
| XYZ | 65.01 | 57.65 | 53.05 | - |
| YUV | 203.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 184 | 0 | 0.27 | 0.26 | 0.02 | 359.1 | 0.87 | 0.85 |
| Hex | FA | B7 | B8 | 0 | 1B | 1A | 2 | 167 | 57 | 55 |
| Octal | 372 | 267 | 270 | 0 | 33 | 32 | 2 | 547 | 127 | 125 |
| Binary | 11111010 | 10110111 | 10111000 | 0 | 11011 | 11010 | 10 | 101100111 | 1010111 | 1010101 |
Color Harmonies of #FAB7B8
Complementary color
Monochromatic Colors of #FAB7B8
Black with #FAB7B8
Text Example
Text Example
White with #FAB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7B8; }
p { color: rgb(250,183,184); }
H1.HeaderClassName
{
color: #FAB7B8;
}
.AnyTagClassName
{
color: #FAB7B8;
}
</style>
background-color css
<style>
a { background-color: #FAB7B8; }
a { background-color: rgb(250,183,184); }
div.DivClassName
{
background-color: #FAB7B8;
}
.BgClassName
{
background-color: #FAB7B8;
}
</style>
border-color css
<style>
span { border-color: #FAB7B8; }
span { border-color: rgb(250,183,184); }
td.TdClassName
{
border-color: #FAB7B8;
}
.TagClassName
{
border-color: #FAB7B8;
}
</style>