Shades of Light Pink #FFACB0
Tints of Light Pink #FFACB0
RGB
CMYK
RGB Variations
Color information
#FFACB0 (or 0xFFACB0) is known color: Light Pink. HEX triplet: FF, AC and B0. RGB value is (255,172,176). Sum of RGB (Red+Green+Blue) = 255+172+176=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACB0 is #00534F. Grayscale: #C5C5C5. Windows color (decimal): -21328 or 11578623. OLE color: 11578623.
HSL color Cylindrical-coordinate representation of color #FFACB0: hue angle of 357.11º 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 #FFACB0 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 176 | - |
| CMYK | 0 | 0.33 | 0.31 | 0 |
| HSL | 357.11º | 1% | 0.84% | - |
| HSV(B) | 357.11º | 0.33% | 1% | - |
| XYZ | 63.83 | 53.9 | 48.11 | - |
| YUV | 197.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 176 | 0 | 0.33 | 0.31 | 0 | 357.11 | 1 | 0.84 |
| Hex | FF | AC | B0 | 0 | 21 | 1F | 0 | 165 | 64 | 54 |
| Octal | 377 | 254 | 260 | 0 | 41 | 37 | 0 | 545 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10110000 | 0 | 100001 | 11111 | 0 | 101100101 | 1100100 | 1010100 |
Color Harmonies of #FFACB0
Complementary color
Monochromatic Colors of #FFACB0
Black with #FFACB0
Text Example
Text Example
White with #FFACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACB0; }
p { color: rgb(255,172,176); }
H1.HeaderClassName
{
color: #FFACB0;
}
.AnyTagClassName
{
color: #FFACB0;
}
</style>
background-color css
<style>
a { background-color: #FFACB0; }
a { background-color: rgb(255,172,176); }
div.DivClassName
{
background-color: #FFACB0;
}
.BgClassName
{
background-color: #FFACB0;
}
</style>
border-color css
<style>
span { border-color: #FFACB0; }
span { border-color: rgb(255,172,176); }
td.TdClassName
{
border-color: #FFACB0;
}
.TagClassName
{
border-color: #FFACB0;
}
</style>