Shades of Light Pink #FAB2B8
Tints of Light Pink #FAB2B8
RGB
CMYK
RGB Variations
Color information
#FAB2B8 (or 0xFAB2B8) is known color: Light Pink. HEX triplet: FA, B2 and B8. RGB value is (250,178,184). Sum of RGB (Red+Green+Blue) = 250+178+184=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2B8 is #054D47. Grayscale: #C8C8C8. Windows color (decimal): -347464 or 12104442. OLE color: 12104442.
HSL color Cylindrical-coordinate representation of color #FAB2B8: hue angle of 355º 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 #FAB2B8 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 184 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.02 |
| HSL | 355º | 0.88% | 0.84% | - |
| HSV(B) | 355º | 0.29% | 0.98% | - |
| XYZ | 64 | 55.63 | 52.71 | - |
| YUV | 200.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 184 | 0 | 0.29 | 0.26 | 0.02 | 355 | 0.88 | 0.84 |
| Hex | FA | B2 | B8 | 0 | 1D | 1A | 2 | 163 | 58 | 54 |
| Octal | 372 | 262 | 270 | 0 | 35 | 32 | 2 | 543 | 130 | 124 |
| Binary | 11111010 | 10110010 | 10111000 | 0 | 11101 | 11010 | 10 | 101100011 | 1011000 | 1010100 |
Color Harmonies of #FAB2B8
Complementary color
Monochromatic Colors of #FAB2B8
Black with #FAB2B8
Text Example
Text Example
White with #FAB2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2B8; }
p { color: rgb(250,178,184); }
H1.HeaderClassName
{
color: #FAB2B8;
}
.AnyTagClassName
{
color: #FAB2B8;
}
</style>
background-color css
<style>
a { background-color: #FAB2B8; }
a { background-color: rgb(250,178,184); }
div.DivClassName
{
background-color: #FAB2B8;
}
.BgClassName
{
background-color: #FAB2B8;
}
</style>
border-color css
<style>
span { border-color: #FAB2B8; }
span { border-color: rgb(250,178,184); }
td.TdClassName
{
border-color: #FAB2B8;
}
.TagClassName
{
border-color: #FAB2B8;
}
</style>