Shades of Light Pink #FFA6B6
Tints of Light Pink #FFA6B6
RGB
CMYK
RGB Variations
Color information
#FFA6B6 (or 0xFFA6B6) is known color: Light Pink. HEX triplet: FF, A6 and B6. RGB value is (255,166,182). Sum of RGB (Red+Green+Blue) = 255+166+182=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6B6 is #005949. Grayscale: #C2C2C2. Windows color (decimal): -22858 or 11970303. OLE color: 11970303.
HSL color Cylindrical-coordinate representation of color #FFA6B6: hue angle of 349.21º 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 #FFA6B6 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 182 | - |
| CMYK | 0 | 0.35 | 0.29 | 0 |
| HSL | 349.21º | 1% | 0.83% | - |
| HSV(B) | 349.21º | 0.35% | 1% | - |
| XYZ | 63.32 | 51.91 | 50.94 | - |
| YUV | 194.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 182 | 0 | 0.35 | 0.29 | 0 | 349.21 | 1 | 0.83 |
| Hex | FF | A6 | B6 | 0 | 23 | 1D | 0 | 15D | 64 | 53 |
| Octal | 377 | 246 | 266 | 0 | 43 | 35 | 0 | 535 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10110110 | 0 | 100011 | 11101 | 0 | 101011101 | 1100100 | 1010011 |
Color Harmonies of #FFA6B6
Complementary color
Monochromatic Colors of #FFA6B6
Black with #FFA6B6
Text Example
Text Example
White with #FFA6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6B6; }
p { color: rgb(255,166,182); }
H1.HeaderClassName
{
color: #FFA6B6;
}
.AnyTagClassName
{
color: #FFA6B6;
}
</style>
background-color css
<style>
a { background-color: #FFA6B6; }
a { background-color: rgb(255,166,182); }
div.DivClassName
{
background-color: #FFA6B6;
}
.BgClassName
{
background-color: #FFA6B6;
}
</style>
border-color css
<style>
span { border-color: #FFA6B6; }
span { border-color: rgb(255,166,182); }
td.TdClassName
{
border-color: #FFA6B6;
}
.TagClassName
{
border-color: #FFA6B6;
}
</style>