Shades of Light Pink #FFA6B2
Tints of Light Pink #FFA6B2
RGB
CMYK
RGB Variations
Color information
#FFA6B2 (or 0xFFA6B2) is known color: Light Pink. HEX triplet: FF, A6 and B2. RGB value is (255,166,178). Sum of RGB (Red+Green+Blue) = 255+166+178=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6B2 is #00594D. Grayscale: #C2C2C2. Windows color (decimal): -22862 or 11708159. OLE color: 11708159.
HSL color Cylindrical-coordinate representation of color #FFA6B2: hue angle of 351.91º 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 #FFA6B2 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 178 | - |
| CMYK | 0 | 0.35 | 0.30 | 0 |
| HSL | 351.91º | 1% | 0.83% | - |
| HSV(B) | 351.91º | 0.35% | 1% | - |
| XYZ | 62.91 | 51.75 | 48.79 | - |
| YUV | 193.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 178 | 0 | 0.35 | 0.30 | 0 | 351.91 | 1 | 0.83 |
| Hex | FF | A6 | B2 | 0 | 23 | 1E | 0 | 160 | 64 | 53 |
| Octal | 377 | 246 | 262 | 0 | 43 | 36 | 0 | 540 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10110010 | 0 | 100011 | 11110 | 0 | 101100000 | 1100100 | 1010011 |
Color Harmonies of #FFA6B2
Complementary color
Monochromatic Colors of #FFA6B2
Black with #FFA6B2
Text Example
Text Example
White with #FFA6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6B2; }
p { color: rgb(255,166,178); }
H1.HeaderClassName
{
color: #FFA6B2;
}
.AnyTagClassName
{
color: #FFA6B2;
}
</style>
background-color css
<style>
a { background-color: #FFA6B2; }
a { background-color: rgb(255,166,178); }
div.DivClassName
{
background-color: #FFA6B2;
}
.BgClassName
{
background-color: #FFA6B2;
}
</style>
border-color css
<style>
span { border-color: #FFA6B2; }
span { border-color: rgb(255,166,178); }
td.TdClassName
{
border-color: #FFA6B2;
}
.TagClassName
{
border-color: #FFA6B2;
}
</style>