Shades of Light Pink #FFACB5
Tints of Light Pink #FFACB5
RGB
CMYK
RGB Variations
Color information
#FFACB5 (or 0xFFACB5) is known color: Light Pink. HEX triplet: FF, AC and B5. RGB value is (255,172,181). Sum of RGB (Red+Green+Blue) = 255+172+181=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB5 is #00534A. Grayscale: #C5C5C5. Windows color (decimal): -21323 or 11906303. OLE color: 11906303.
HSL color Cylindrical-coordinate representation of color #FFACB5: hue angle of 353.49º 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 #FFACB5 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 181 | - |
| CMYK | 0 | 0.33 | 0.29 | 0 |
| HSL | 353.49º | 1% | 0.84% | - |
| HSV(B) | 353.49º | 0.33% | 1% | - |
| XYZ | 64.33 | 54.1 | 50.77 | - |
| YUV | 197.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 181 | 0 | 0.33 | 0.29 | 0 | 353.49 | 1 | 0.84 |
| Hex | FF | AC | B5 | 0 | 21 | 1D | 0 | 161 | 64 | 54 |
| Octal | 377 | 254 | 265 | 0 | 41 | 35 | 0 | 541 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10110101 | 0 | 100001 | 11101 | 0 | 101100001 | 1100100 | 1010100 |
Color Harmonies of #FFACB5
Complementary color
Monochromatic Colors of #FFACB5
Black with #FFACB5
Text Example
Text Example
White with #FFACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACB5; }
p { color: rgb(255,172,181); }
H1.HeaderClassName
{
color: #FFACB5;
}
.AnyTagClassName
{
color: #FFACB5;
}
</style>
background-color css
<style>
a { background-color: #FFACB5; }
a { background-color: rgb(255,172,181); }
div.DivClassName
{
background-color: #FFACB5;
}
.BgClassName
{
background-color: #FFACB5;
}
</style>
border-color css
<style>
span { border-color: #FFACB5; }
span { border-color: rgb(255,172,181); }
td.TdClassName
{
border-color: #FFACB5;
}
.TagClassName
{
border-color: #FFACB5;
}
</style>