Shades of Light Pink #FAB4B7
Tints of Light Pink #FAB4B7
RGB
CMYK
RGB Variations
Color information
#FAB4B7 (or 0xFAB4B7) is known color: Light Pink. HEX triplet: FA, B4 and B7. RGB value is (250,180,183). Sum of RGB (Red+Green+Blue) = 250+180+183=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4B7 is #054B48. Grayscale: #C9C9C9. Windows color (decimal): -346953 or 12039418. OLE color: 12039418.
HSL color Cylindrical-coordinate representation of color #FAB4B7: hue angle of 357.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4B7 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 183 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.02 |
| HSL | 357.43º | 0.88% | 0.84% | - |
| HSV(B) | 357.43º | 0.28% | 0.98% | - |
| XYZ | 64.29 | 56.39 | 52.29 | - |
| YUV | 201.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 183 | 0 | 0.28 | 0.27 | 0.02 | 357.43 | 0.88 | 0.84 |
| Hex | FA | B4 | B7 | 0 | 1C | 1B | 2 | 165 | 58 | 54 |
| Octal | 372 | 264 | 267 | 0 | 34 | 33 | 2 | 545 | 130 | 124 |
| Binary | 11111010 | 10110100 | 10110111 | 0 | 11100 | 11011 | 10 | 101100101 | 1011000 | 1010100 |
Color Harmonies of #FAB4B7
Complementary color
Monochromatic Colors of #FAB4B7
Black with #FAB4B7
Text Example
Text Example
White with #FAB4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4B7; }
p { color: rgb(250,180,183); }
H1.HeaderClassName
{
color: #FAB4B7;
}
.AnyTagClassName
{
color: #FAB4B7;
}
</style>
background-color css
<style>
a { background-color: #FAB4B7; }
a { background-color: rgb(250,180,183); }
div.DivClassName
{
background-color: #FAB4B7;
}
.BgClassName
{
background-color: #FAB4B7;
}
</style>
border-color css
<style>
span { border-color: #FAB4B7; }
span { border-color: rgb(250,180,183); }
td.TdClassName
{
border-color: #FAB4B7;
}
.TagClassName
{
border-color: #FAB4B7;
}
</style>