Shades of Light Pink #FFACB7
Tints of Light Pink #FFACB7
RGB
CMYK
RGB Variations
Color information
#FFACB7 (or 0xFFACB7) is known color: Light Pink. HEX triplet: FF, AC and B7. RGB value is (255,172,183). Sum of RGB (Red+Green+Blue) = 255+172+183=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB7 is #005348. Grayscale: #C6C6C6. Windows color (decimal): -21321 or 12037375. OLE color: 12037375.
HSL color Cylindrical-coordinate representation of color #FFACB7: hue angle of 352.05º 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 #FFACB7 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 183 | - |
| CMYK | 0 | 0.33 | 0.28 | 0 |
| HSL | 352.05º | 1% | 0.84% | - |
| HSV(B) | 352.05º | 0.33% | 1% | - |
| XYZ | 64.54 | 54.18 | 51.86 | - |
| YUV | 198.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 183 | 0 | 0.33 | 0.28 | 0 | 352.05 | 1 | 0.84 |
| Hex | FF | AC | B7 | 0 | 21 | 1C | 0 | 160 | 64 | 54 |
| Octal | 377 | 254 | 267 | 0 | 41 | 34 | 0 | 540 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10110111 | 0 | 100001 | 11100 | 0 | 101100000 | 1100100 | 1010100 |
Color Harmonies of #FFACB7
Complementary color
Monochromatic Colors of #FFACB7
Black with #FFACB7
Text Example
Text Example
White with #FFACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACB7; }
p { color: rgb(255,172,183); }
H1.HeaderClassName
{
color: #FFACB7;
}
.AnyTagClassName
{
color: #FFACB7;
}
</style>
background-color css
<style>
a { background-color: #FFACB7; }
a { background-color: rgb(255,172,183); }
div.DivClassName
{
background-color: #FFACB7;
}
.BgClassName
{
background-color: #FFACB7;
}
</style>
border-color css
<style>
span { border-color: #FFACB7; }
span { border-color: rgb(255,172,183); }
td.TdClassName
{
border-color: #FFACB7;
}
.TagClassName
{
border-color: #FFACB7;
}
</style>