Shades of Light Pink #FAA8B3
Tints of Light Pink #FAA8B3
RGB
CMYK
RGB Variations
Color information
#FAA8B3 (or 0xFAA8B3) is known color: Light Pink. HEX triplet: FA, A8 and B3. RGB value is (250,168,179). Sum of RGB (Red+Green+Blue) = 250+168+179=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8B3 is #05574C. Grayscale: #C1C1C1. Windows color (decimal): -350029 or 11774202. OLE color: 11774202.
HSL color Cylindrical-coordinate representation of color #FAA8B3: hue angle of 351.95º 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 #FAA8B3 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 179 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.02 |
| HSL | 351.95º | 0.89% | 0.82% | - |
| HSV(B) | 351.95º | 0.33% | 0.98% | - |
| XYZ | 61.56 | 51.58 | 49.36 | - |
| YUV | 193.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 179 | 0 | 0.33 | 0.28 | 0.02 | 351.95 | 0.89 | 0.82 |
| Hex | FA | A8 | B3 | 0 | 21 | 1C | 2 | 160 | 59 | 52 |
| Octal | 372 | 250 | 263 | 0 | 41 | 34 | 2 | 540 | 131 | 122 |
| Binary | 11111010 | 10101000 | 10110011 | 0 | 100001 | 11100 | 10 | 101100000 | 1011001 | 1010010 |
Color Harmonies of #FAA8B3
Complementary color
Monochromatic Colors of #FAA8B3
Black with #FAA8B3
Text Example
Text Example
White with #FAA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8B3; }
p { color: rgb(250,168,179); }
H1.HeaderClassName
{
color: #FAA8B3;
}
.AnyTagClassName
{
color: #FAA8B3;
}
</style>
background-color css
<style>
a { background-color: #FAA8B3; }
a { background-color: rgb(250,168,179); }
div.DivClassName
{
background-color: #FAA8B3;
}
.BgClassName
{
background-color: #FAA8B3;
}
</style>
border-color css
<style>
span { border-color: #FAA8B3; }
span { border-color: rgb(250,168,179); }
td.TdClassName
{
border-color: #FAA8B3;
}
.TagClassName
{
border-color: #FAA8B3;
}
</style>