Shades of Light Pink #FFA6BA
Tints of Light Pink #FFA6BA
RGB
CMYK
RGB Variations
Color information
#FFA6BA (or 0xFFA6BA) is known color: Light Pink. HEX triplet: FF, A6 and BA. RGB value is (255,166,186). Sum of RGB (Red+Green+Blue) = 255+166+186=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6BA is #005945. Grayscale: #C2C2C2. Windows color (decimal): -22854 or 12232447. OLE color: 12232447.
HSL color Cylindrical-coordinate representation of color #FFA6BA: hue angle of 346.52º 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 #FFA6BA is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 186 | - |
| CMYK | 0 | 0.35 | 0.27 | 0 |
| HSL | 346.52º | 1% | 0.83% | - |
| HSV(B) | 346.52º | 0.35% | 1% | - |
| XYZ | 63.74 | 52.08 | 53.15 | - |
| YUV | 194.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 186 | 0 | 0.35 | 0.27 | 0 | 346.52 | 1 | 0.83 |
| Hex | FF | A6 | BA | 0 | 23 | 1B | 0 | 15B | 64 | 53 |
| Octal | 377 | 246 | 272 | 0 | 43 | 33 | 0 | 533 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10111010 | 0 | 100011 | 11011 | 0 | 101011011 | 1100100 | 1010011 |
Color Harmonies of #FFA6BA
Complementary color
Monochromatic Colors of #FFA6BA
Black with #FFA6BA
Text Example
Text Example
White with #FFA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6BA; }
p { color: rgb(255,166,186); }
H1.HeaderClassName
{
color: #FFA6BA;
}
.AnyTagClassName
{
color: #FFA6BA;
}
</style>
background-color css
<style>
a { background-color: #FFA6BA; }
a { background-color: rgb(255,166,186); }
div.DivClassName
{
background-color: #FFA6BA;
}
.BgClassName
{
background-color: #FFA6BA;
}
</style>
border-color css
<style>
span { border-color: #FFA6BA; }
span { border-color: rgb(255,166,186); }
td.TdClassName
{
border-color: #FFA6BA;
}
.TagClassName
{
border-color: #FFA6BA;
}
</style>