Shades of Light Pink #FFACBB
Tints of Light Pink #FFACBB
RGB
CMYK
RGB Variations
Color information
#FFACBB (or 0xFFACBB) is known color: Light Pink. HEX triplet: FF, AC and BB. RGB value is (255,172,187). Sum of RGB (Red+Green+Blue) = 255+172+187=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACBB is #005344. Grayscale: #C6C6C6. Windows color (decimal): -21317 or 12299519. OLE color: 12299519.
HSL color Cylindrical-coordinate representation of color #FFACBB: hue angle of 349.16º 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 #FFACBB is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 187 | - |
| CMYK | 0 | 0.33 | 0.27 | 0 |
| HSL | 349.16º | 1% | 0.84% | - |
| HSV(B) | 349.16º | 0.33% | 1% | - |
| XYZ | 64.96 | 54.35 | 54.08 | - |
| YUV | 198.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 187 | 0 | 0.33 | 0.27 | 0 | 349.16 | 1 | 0.84 |
| Hex | FF | AC | BB | 0 | 21 | 1B | 0 | 15D | 64 | 54 |
| Octal | 377 | 254 | 273 | 0 | 41 | 33 | 0 | 535 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10111011 | 0 | 100001 | 11011 | 0 | 101011101 | 1100100 | 1010100 |
Color Harmonies of #FFACBB
Complementary color
Monochromatic Colors of #FFACBB
Black with #FFACBB
Text Example
Text Example
White with #FFACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACBB; }
p { color: rgb(255,172,187); }
H1.HeaderClassName
{
color: #FFACBB;
}
.AnyTagClassName
{
color: #FFACBB;
}
</style>
background-color css
<style>
a { background-color: #FFACBB; }
a { background-color: rgb(255,172,187); }
div.DivClassName
{
background-color: #FFACBB;
}
.BgClassName
{
background-color: #FFACBB;
}
</style>
border-color css
<style>
span { border-color: #FFACBB; }
span { border-color: rgb(255,172,187); }
td.TdClassName
{
border-color: #FFACBB;
}
.TagClassName
{
border-color: #FFACBB;
}
</style>