Shades of Light Pink #FAA6B2
Tints of Light Pink #FAA6B2
RGB
CMYK
RGB Variations
Color information
#FAA6B2 (or 0xFAA6B2) is known color: Light Pink. HEX triplet: FA, A6 and B2. RGB value is (250,166,178). Sum of RGB (Red+Green+Blue) = 250+166+178=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6B2 is #05594D. Grayscale: #C0C0C0. Windows color (decimal): -350542 or 11708154. OLE color: 11708154.
HSL color Cylindrical-coordinate representation of color #FAA6B2: hue angle of 351.43º 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 #FAA6B2 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 178 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.02 |
| HSL | 351.43º | 0.89% | 0.82% | - |
| HSV(B) | 351.43º | 0.34% | 0.98% | - |
| XYZ | 61.1 | 50.81 | 48.71 | - |
| YUV | 192.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 178 | 0 | 0.34 | 0.29 | 0.02 | 351.43 | 0.89 | 0.82 |
| Hex | FA | A6 | B2 | 0 | 22 | 1D | 2 | 15F | 59 | 52 |
| Octal | 372 | 246 | 262 | 0 | 42 | 35 | 2 | 537 | 131 | 122 |
| Binary | 11111010 | 10100110 | 10110010 | 0 | 100010 | 11101 | 10 | 101011111 | 1011001 | 1010010 |
Color Harmonies of #FAA6B2
Complementary color
Monochromatic Colors of #FAA6B2
Black with #FAA6B2
Text Example
Text Example
White with #FAA6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6B2; }
p { color: rgb(250,166,178); }
H1.HeaderClassName
{
color: #FAA6B2;
}
.AnyTagClassName
{
color: #FAA6B2;
}
</style>
background-color css
<style>
a { background-color: #FAA6B2; }
a { background-color: rgb(250,166,178); }
div.DivClassName
{
background-color: #FAA6B2;
}
.BgClassName
{
background-color: #FAA6B2;
}
</style>
border-color css
<style>
span { border-color: #FAA6B2; }
span { border-color: rgb(250,166,178); }
td.TdClassName
{
border-color: #FAA6B2;
}
.TagClassName
{
border-color: #FAA6B2;
}
</style>