Shades of Light Pink #FFA6B0
Tints of Light Pink #FFA6B0
RGB
CMYK
RGB Variations
Color information
#FFA6B0 (or 0xFFA6B0) is known color: Light Pink. HEX triplet: FF, A6 and B0. RGB value is (255,166,176). Sum of RGB (Red+Green+Blue) = 255+166+176=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6B0 is #00594F. Grayscale: #C1C1C1. Windows color (decimal): -22864 or 11577087. OLE color: 11577087.
HSL color Cylindrical-coordinate representation of color #FFA6B0: hue angle of 353.26º 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 #FFA6B0 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 176 | - |
| CMYK | 0 | 0.35 | 0.31 | 0 |
| HSL | 353.26º | 1% | 0.83% | - |
| HSV(B) | 353.26º | 0.35% | 1% | - |
| XYZ | 62.71 | 51.67 | 47.74 | - |
| YUV | 193.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 176 | 0 | 0.35 | 0.31 | 0 | 353.26 | 1 | 0.83 |
| Hex | FF | A6 | B0 | 0 | 23 | 1F | 0 | 161 | 64 | 53 |
| Octal | 377 | 246 | 260 | 0 | 43 | 37 | 0 | 541 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10110000 | 0 | 100011 | 11111 | 0 | 101100001 | 1100100 | 1010011 |
Color Harmonies of #FFA6B0
Complementary color
Monochromatic Colors of #FFA6B0
Black with #FFA6B0
Text Example
Text Example
White with #FFA6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6B0; }
p { color: rgb(255,166,176); }
H1.HeaderClassName
{
color: #FFA6B0;
}
.AnyTagClassName
{
color: #FFA6B0;
}
</style>
background-color css
<style>
a { background-color: #FFA6B0; }
a { background-color: rgb(255,166,176); }
div.DivClassName
{
background-color: #FFA6B0;
}
.BgClassName
{
background-color: #FFA6B0;
}
</style>
border-color css
<style>
span { border-color: #FFA6B0; }
span { border-color: rgb(255,166,176); }
td.TdClassName
{
border-color: #FFA6B0;
}
.TagClassName
{
border-color: #FFA6B0;
}
</style>