Shades of Light Pink #FFACB6
Tints of Light Pink #FFACB6
RGB
CMYK
RGB Variations
Color information
#FFACB6 (or 0xFFACB6) is known color: Light Pink. HEX triplet: FF, AC and B6. RGB value is (255,172,182). Sum of RGB (Red+Green+Blue) = 255+172+182=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB6 is #005349. Grayscale: #C6C6C6. Windows color (decimal): -21322 or 11971839. OLE color: 11971839.
HSL color Cylindrical-coordinate representation of color #FFACB6: hue angle of 352.77º 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 #FFACB6 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 182 | - |
| CMYK | 0 | 0.33 | 0.29 | 0 |
| HSL | 352.77º | 1% | 0.84% | - |
| HSV(B) | 352.77º | 0.33% | 1% | - |
| XYZ | 64.44 | 54.14 | 51.31 | - |
| YUV | 197.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 182 | 0 | 0.33 | 0.29 | 0 | 352.77 | 1 | 0.84 |
| Hex | FF | AC | B6 | 0 | 21 | 1D | 0 | 161 | 64 | 54 |
| Octal | 377 | 254 | 266 | 0 | 41 | 35 | 0 | 541 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10110110 | 0 | 100001 | 11101 | 0 | 101100001 | 1100100 | 1010100 |
Color Harmonies of #FFACB6
Complementary color
Monochromatic Colors of #FFACB6
Black with #FFACB6
Text Example
Text Example
White with #FFACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACB6; }
p { color: rgb(255,172,182); }
H1.HeaderClassName
{
color: #FFACB6;
}
.AnyTagClassName
{
color: #FFACB6;
}
</style>
background-color css
<style>
a { background-color: #FFACB6; }
a { background-color: rgb(255,172,182); }
div.DivClassName
{
background-color: #FFACB6;
}
.BgClassName
{
background-color: #FFACB6;
}
</style>
border-color css
<style>
span { border-color: #FFACB6; }
span { border-color: rgb(255,172,182); }
td.TdClassName
{
border-color: #FFACB6;
}
.TagClassName
{
border-color: #FFACB6;
}
</style>