Shades of Light Pink #FAA6AF
Tints of Light Pink #FAA6AF
RGB
CMYK
RGB Variations
Color information
#FAA6AF (or 0xFAA6AF) is known color: Light Pink. HEX triplet: FA, A6 and AF. RGB value is (250,166,175). Sum of RGB (Red+Green+Blue) = 250+166+175=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6AF is #055950. Grayscale: #C0C0C0. Windows color (decimal): -350545 or 11511546. OLE color: 11511546.
HSL color Cylindrical-coordinate representation of color #FAA6AF: hue angle of 353.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6AF is Cyan = 0, Magento = 0.34, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 175 | - |
| CMYK | 0 | 0.34 | 0.3 | 0.02 |
| HSL | 353.57º | 0.89% | 0.82% | - |
| HSV(B) | 353.57º | 0.34% | 0.98% | - |
| XYZ | 60.8 | 50.69 | 47.14 | - |
| YUV | 192.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 175 | 0 | 0.34 | 0.3 | 0.02 | 353.57 | 0.89 | 0.82 |
| Hex | FA | A6 | AF | 0 | 22 | 1E | 2 | 162 | 59 | 52 |
| Octal | 372 | 246 | 257 | 0 | 42 | 36 | 2 | 542 | 131 | 122 |
| Binary | 11111010 | 10100110 | 10101111 | 0 | 100010 | 11110 | 10 | 101100010 | 1011001 | 1010010 |
Color Harmonies of #FAA6AF
Complementary color
Monochromatic Colors of #FAA6AF
Black with #FAA6AF
Text Example
Text Example
White with #FAA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6AF; }
p { color: rgb(250,166,175); }
H1.HeaderClassName
{
color: #FAA6AF;
}
.AnyTagClassName
{
color: #FAA6AF;
}
</style>
background-color css
<style>
a { background-color: #FAA6AF; }
a { background-color: rgb(250,166,175); }
div.DivClassName
{
background-color: #FAA6AF;
}
.BgClassName
{
background-color: #FAA6AF;
}
</style>
border-color css
<style>
span { border-color: #FAA6AF; }
span { border-color: rgb(250,166,175); }
td.TdClassName
{
border-color: #FAA6AF;
}
.TagClassName
{
border-color: #FAA6AF;
}
</style>