Shades of Light Pink #FFA6B4
Tints of Light Pink #FFA6B4
RGB
CMYK
RGB Variations
Color information
#FFA6B4 (or 0xFFA6B4) is known color: Light Pink. HEX triplet: FF, A6 and B4. RGB value is (255,166,180). Sum of RGB (Red+Green+Blue) = 255+166+180=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6B4 is #00594B. Grayscale: #C2C2C2. Windows color (decimal): -22860 or 11839231. OLE color: 11839231.
HSL color Cylindrical-coordinate representation of color #FFA6B4: hue angle of 350.56º 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 #FFA6B4 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 180 | - |
| CMYK | 0 | 0.35 | 0.29 | 0 |
| HSL | 350.56º | 1% | 0.83% | - |
| HSV(B) | 350.56º | 0.35% | 1% | - |
| XYZ | 63.11 | 51.83 | 49.86 | - |
| YUV | 194.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 180 | 0 | 0.35 | 0.29 | 0 | 350.56 | 1 | 0.83 |
| Hex | FF | A6 | B4 | 0 | 23 | 1D | 0 | 15F | 64 | 53 |
| Octal | 377 | 246 | 264 | 0 | 43 | 35 | 0 | 537 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10110100 | 0 | 100011 | 11101 | 0 | 101011111 | 1100100 | 1010011 |
Color Harmonies of #FFA6B4
Complementary color
Monochromatic Colors of #FFA6B4
Black with #FFA6B4
Text Example
Text Example
White with #FFA6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6B4; }
p { color: rgb(255,166,180); }
H1.HeaderClassName
{
color: #FFA6B4;
}
.AnyTagClassName
{
color: #FFA6B4;
}
</style>
background-color css
<style>
a { background-color: #FFA6B4; }
a { background-color: rgb(255,166,180); }
div.DivClassName
{
background-color: #FFA6B4;
}
.BgClassName
{
background-color: #FFA6B4;
}
</style>
border-color css
<style>
span { border-color: #FFA6B4; }
span { border-color: rgb(255,166,180); }
td.TdClassName
{
border-color: #FFA6B4;
}
.TagClassName
{
border-color: #FFA6B4;
}
</style>