Shades of Light Pink #FFA9BC
Tints of Light Pink #FFA9BC
RGB
CMYK
RGB Variations
Color information
#FFA9BC (or 0xFFA9BC) is known color: Light Pink. HEX triplet: FF, A9 and BC. RGB value is (255,169,188). Sum of RGB (Red+Green+Blue) = 255+169+188=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9BC is #005643. Grayscale: #C4C4C4. Windows color (decimal): -22084 or 12364287. OLE color: 12364287.
HSL color Cylindrical-coordinate representation of color #FFA9BC: hue angle of 346.74º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9BC is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 188 | - |
| CMYK | 0 | 0.34 | 0.26 | 0 |
| HSL | 346.74º | 1% | 0.83% | - |
| HSV(B) | 346.74º | 0.34% | 1% | - |
| XYZ | 64.51 | 53.27 | 54.46 | - |
| YUV | 196.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 188 | 0 | 0.34 | 0.26 | 0 | 346.74 | 1 | 0.83 |
| Hex | FF | A9 | BC | 0 | 22 | 1A | 0 | 15B | 64 | 53 |
| Octal | 377 | 251 | 274 | 0 | 42 | 32 | 0 | 533 | 144 | 123 |
| Binary | 11111111 | 10101001 | 10111100 | 0 | 100010 | 11010 | 0 | 101011011 | 1100100 | 1010011 |
Color Harmonies of #FFA9BC
Complementary color
Monochromatic Colors of #FFA9BC
Black with #FFA9BC
Text Example
Text Example
White with #FFA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9BC; }
p { color: rgb(255,169,188); }
H1.HeaderClassName
{
color: #FFA9BC;
}
.AnyTagClassName
{
color: #FFA9BC;
}
</style>
background-color css
<style>
a { background-color: #FFA9BC; }
a { background-color: rgb(255,169,188); }
div.DivClassName
{
background-color: #FFA9BC;
}
.BgClassName
{
background-color: #FFA9BC;
}
</style>
border-color css
<style>
span { border-color: #FFA9BC; }
span { border-color: rgb(255,169,188); }
td.TdClassName
{
border-color: #FFA9BC;
}
.TagClassName
{
border-color: #FFA9BC;
}
</style>