Shades of Light Pink #FFACB9
Tints of Light Pink #FFACB9
RGB
CMYK
RGB Variations
Color information
#FFACB9 (or 0xFFACB9) is known color: Light Pink. HEX triplet: FF, AC and B9. RGB value is (255,172,185). Sum of RGB (Red+Green+Blue) = 255+172+185=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB9 is #005346. Grayscale: #C6C6C6. Windows color (decimal): -21319 or 12168447. OLE color: 12168447.
HSL color Cylindrical-coordinate representation of color #FFACB9: hue angle of 350.6º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACB9 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 185 | - |
| CMYK | 0 | 0.33 | 0.27 | 0 |
| HSL | 350.6º | 1% | 0.84% | - |
| HSV(B) | 350.6º | 0.33% | 1% | - |
| XYZ | 64.75 | 54.27 | 52.96 | - |
| YUV | 198.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 185 | 0 | 0.33 | 0.27 | 0 | 350.6 | 1 | 0.84 |
| Hex | FF | AC | B9 | 0 | 21 | 1B | 0 | 15F | 64 | 54 |
| Octal | 377 | 254 | 271 | 0 | 41 | 33 | 0 | 537 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10111001 | 0 | 100001 | 11011 | 0 | 101011111 | 1100100 | 1010100 |
Color Harmonies of #FFACB9
Complementary color
Monochromatic Colors of #FFACB9
Black with #FFACB9
Text Example
Text Example
White with #FFACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACB9; }
p { color: rgb(255,172,185); }
H1.HeaderClassName
{
color: #FFACB9;
}
.AnyTagClassName
{
color: #FFACB9;
}
</style>
background-color css
<style>
a { background-color: #FFACB9; }
a { background-color: rgb(255,172,185); }
div.DivClassName
{
background-color: #FFACB9;
}
.BgClassName
{
background-color: #FFACB9;
}
</style>
border-color css
<style>
span { border-color: #FFACB9; }
span { border-color: rgb(255,172,185); }
td.TdClassName
{
border-color: #FFACB9;
}
.TagClassName
{
border-color: #FFACB9;
}
</style>