Shades of Light Pink #FAA8B1
Tints of Light Pink #FAA8B1
RGB
CMYK
RGB Variations
Color information
#FAA8B1 (or 0xFAA8B1) is known color: Light Pink. HEX triplet: FA, A8 and B1. RGB value is (250,168,177). Sum of RGB (Red+Green+Blue) = 250+168+177=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8B1 is #05574E. Grayscale: #C1C1C1. Windows color (decimal): -350031 or 11643130. OLE color: 11643130.
HSL color Cylindrical-coordinate representation of color #FAA8B1: hue angle of 353.41º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8B1 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 177 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.02 |
| HSL | 353.41º | 0.89% | 0.82% | - |
| HSV(B) | 353.41º | 0.33% | 0.98% | - |
| XYZ | 61.36 | 51.5 | 48.3 | - |
| YUV | 193.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 177 | 0 | 0.33 | 0.29 | 0.02 | 353.41 | 0.89 | 0.82 |
| Hex | FA | A8 | B1 | 0 | 21 | 1D | 2 | 161 | 59 | 52 |
| Octal | 372 | 250 | 261 | 0 | 41 | 35 | 2 | 541 | 131 | 122 |
| Binary | 11111010 | 10101000 | 10110001 | 0 | 100001 | 11101 | 10 | 101100001 | 1011001 | 1010010 |
Color Harmonies of #FAA8B1
Complementary color
Monochromatic Colors of #FAA8B1
Black with #FAA8B1
Text Example
Text Example
White with #FAA8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8B1; }
p { color: rgb(250,168,177); }
H1.HeaderClassName
{
color: #FAA8B1;
}
.AnyTagClassName
{
color: #FAA8B1;
}
</style>
background-color css
<style>
a { background-color: #FAA8B1; }
a { background-color: rgb(250,168,177); }
div.DivClassName
{
background-color: #FAA8B1;
}
.BgClassName
{
background-color: #FAA8B1;
}
</style>
border-color css
<style>
span { border-color: #FAA8B1; }
span { border-color: rgb(250,168,177); }
td.TdClassName
{
border-color: #FAA8B1;
}
.TagClassName
{
border-color: #FAA8B1;
}
</style>