Shades of Light Pink #FFACBF
Tints of Light Pink #FFACBF
RGB
CMYK
RGB Variations
Color information
#FFACBF (or 0xFFACBF) is known color: Light Pink. HEX triplet: FF, AC and BF. RGB value is (255,172,191). Sum of RGB (Red+Green+Blue) = 255+172+191=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACBF is #005340. Grayscale: #C6C6C6. Windows color (decimal): -21313 or 12561663. OLE color: 12561663.
HSL color Cylindrical-coordinate representation of color #FFACBF: hue angle of 346.27º 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 #FFACBF is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 191 | - |
| CMYK | 0 | 0.33 | 0.25 | 0 |
| HSL | 346.27º | 1% | 0.84% | - |
| HSV(B) | 346.27º | 0.33% | 1% | - |
| XYZ | 65.4 | 54.53 | 56.37 | - |
| YUV | 198.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 191 | 0 | 0.33 | 0.25 | 0 | 346.27 | 1 | 0.84 |
| Hex | FF | AC | BF | 0 | 21 | 19 | 0 | 15A | 64 | 54 |
| Octal | 377 | 254 | 277 | 0 | 41 | 31 | 0 | 532 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10111111 | 0 | 100001 | 11001 | 0 | 101011010 | 1100100 | 1010100 |
Color Harmonies of #FFACBF
Complementary color
Monochromatic Colors of #FFACBF
Black with #FFACBF
Text Example
Text Example
White with #FFACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACBF; }
p { color: rgb(255,172,191); }
H1.HeaderClassName
{
color: #FFACBF;
}
.AnyTagClassName
{
color: #FFACBF;
}
</style>
background-color css
<style>
a { background-color: #FFACBF; }
a { background-color: rgb(255,172,191); }
div.DivClassName
{
background-color: #FFACBF;
}
.BgClassName
{
background-color: #FFACBF;
}
</style>
border-color css
<style>
span { border-color: #FFACBF; }
span { border-color: rgb(255,172,191); }
td.TdClassName
{
border-color: #FFACBF;
}
.TagClassName
{
border-color: #FFACBF;
}
</style>