Shades of Light Pink #FFACB1
Tints of Light Pink #FFACB1
RGB
CMYK
RGB Variations
Color information
#FFACB1 (or 0xFFACB1) is known color: Light Pink. HEX triplet: FF, AC and B1. RGB value is (255,172,177). Sum of RGB (Red+Green+Blue) = 255+172+177=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACB1 is #00534E. Grayscale: #C5C5C5. Windows color (decimal): -21327 or 11644159. OLE color: 11644159.
HSL color Cylindrical-coordinate representation of color #FFACB1: hue angle of 356.39º 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 #FFACB1 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 177 | - |
| CMYK | 0 | 0.33 | 0.31 | 0 |
| HSL | 356.39º | 1% | 0.84% | - |
| HSV(B) | 356.39º | 0.33% | 1% | - |
| XYZ | 63.93 | 53.94 | 48.64 | - |
| YUV | 197.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 177 | 0 | 0.33 | 0.31 | 0 | 356.39 | 1 | 0.84 |
| Hex | FF | AC | B1 | 0 | 21 | 1F | 0 | 164 | 64 | 54 |
| Octal | 377 | 254 | 261 | 0 | 41 | 37 | 0 | 544 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10110001 | 0 | 100001 | 11111 | 0 | 101100100 | 1100100 | 1010100 |
Color Harmonies of #FFACB1
Complementary color
Monochromatic Colors of #FFACB1
Black with #FFACB1
Text Example
Text Example
White with #FFACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACB1; }
p { color: rgb(255,172,177); }
H1.HeaderClassName
{
color: #FFACB1;
}
.AnyTagClassName
{
color: #FFACB1;
}
</style>
background-color css
<style>
a { background-color: #FFACB1; }
a { background-color: rgb(255,172,177); }
div.DivClassName
{
background-color: #FFACB1;
}
.BgClassName
{
background-color: #FFACB1;
}
</style>
border-color css
<style>
span { border-color: #FFACB1; }
span { border-color: rgb(255,172,177); }
td.TdClassName
{
border-color: #FFACB1;
}
.TagClassName
{
border-color: #FFACB1;
}
</style>