Shades of Light Pink #FFACBD
Tints of Light Pink #FFACBD
RGB
CMYK
RGB Variations
Color information
#FFACBD (or 0xFFACBD) is known color: Light Pink. HEX triplet: FF, AC and BD. RGB value is (255,172,189). Sum of RGB (Red+Green+Blue) = 255+172+189=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACBD is #005342. Grayscale: #C6C6C6. Windows color (decimal): -21315 or 12430591. OLE color: 12430591.
HSL color Cylindrical-coordinate representation of color #FFACBD: hue angle of 347.71º 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 #FFACBD is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 189 | - |
| CMYK | 0 | 0.33 | 0.26 | 0 |
| HSL | 347.71º | 1% | 0.84% | - |
| HSV(B) | 347.71º | 0.33% | 1% | - |
| XYZ | 65.18 | 54.44 | 55.22 | - |
| YUV | 198.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 189 | 0 | 0.33 | 0.26 | 0 | 347.71 | 1 | 0.84 |
| Hex | FF | AC | BD | 0 | 21 | 1A | 0 | 15C | 64 | 54 |
| Octal | 377 | 254 | 275 | 0 | 41 | 32 | 0 | 534 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10111101 | 0 | 100001 | 11010 | 0 | 101011100 | 1100100 | 1010100 |
Color Harmonies of #FFACBD
Complementary color
Monochromatic Colors of #FFACBD
Black with #FFACBD
Text Example
Text Example
White with #FFACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACBD; }
p { color: rgb(255,172,189); }
H1.HeaderClassName
{
color: #FFACBD;
}
.AnyTagClassName
{
color: #FFACBD;
}
</style>
background-color css
<style>
a { background-color: #FFACBD; }
a { background-color: rgb(255,172,189); }
div.DivClassName
{
background-color: #FFACBD;
}
.BgClassName
{
background-color: #FFACBD;
}
</style>
border-color css
<style>
span { border-color: #FFACBD; }
span { border-color: rgb(255,172,189); }
td.TdClassName
{
border-color: #FFACBD;
}
.TagClassName
{
border-color: #FFACBD;
}
</style>