Shades of Light Pink #FFA6B9
Tints of Light Pink #FFA6B9
RGB
CMYK
RGB Variations
Color information
#FFA6B9 (or 0xFFA6B9) is known color: Light Pink. HEX triplet: FF, A6 and B9. RGB value is (255,166,185). Sum of RGB (Red+Green+Blue) = 255+166+185=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6B9 is #005946. Grayscale: #C2C2C2. Windows color (decimal): -22855 or 12166911. OLE color: 12166911.
HSL color Cylindrical-coordinate representation of color #FFA6B9: hue angle of 347.19º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6B9 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 185 | - |
| CMYK | 0 | 0.35 | 0.27 | 0 |
| HSL | 347.19º | 1% | 0.83% | - |
| HSV(B) | 347.19º | 0.35% | 1% | - |
| XYZ | 63.63 | 52.04 | 52.59 | - |
| YUV | 194.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 185 | 0 | 0.35 | 0.27 | 0 | 347.19 | 1 | 0.83 |
| Hex | FF | A6 | B9 | 0 | 23 | 1B | 0 | 15B | 64 | 53 |
| Octal | 377 | 246 | 271 | 0 | 43 | 33 | 0 | 533 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10111001 | 0 | 100011 | 11011 | 0 | 101011011 | 1100100 | 1010011 |
Color Harmonies of #FFA6B9
Complementary color
Monochromatic Colors of #FFA6B9
Black with #FFA6B9
Text Example
Text Example
White with #FFA6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6B9; }
p { color: rgb(255,166,185); }
H1.HeaderClassName
{
color: #FFA6B9;
}
.AnyTagClassName
{
color: #FFA6B9;
}
</style>
background-color css
<style>
a { background-color: #FFA6B9; }
a { background-color: rgb(255,166,185); }
div.DivClassName
{
background-color: #FFA6B9;
}
.BgClassName
{
background-color: #FFA6B9;
}
</style>
border-color css
<style>
span { border-color: #FFA6B9; }
span { border-color: rgb(255,166,185); }
td.TdClassName
{
border-color: #FFA6B9;
}
.TagClassName
{
border-color: #FFA6B9;
}
</style>