Shades of Light Pink #FFACB4
Tints of Light Pink #FFACB4
RGB
CMYK
RGB Variations
Color information
#FFACB4 (or 0xFFACB4) is known color: Light Pink. HEX triplet: FF, AC and B4. RGB value is (255,172,180). Sum of RGB (Red+Green+Blue) = 255+172+180=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB4 is #00534B. Grayscale: #C5C5C5. Windows color (decimal): -21324 or 11840767. OLE color: 11840767.
HSL color Cylindrical-coordinate representation of color #FFACB4: hue angle of 354.22º 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 #FFACB4 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 180 | - |
| CMYK | 0 | 0.33 | 0.29 | 0 |
| HSL | 354.22º | 1% | 0.84% | - |
| HSV(B) | 354.22º | 0.33% | 1% | - |
| XYZ | 64.23 | 54.06 | 50.23 | - |
| YUV | 197.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 180 | 0 | 0.33 | 0.29 | 0 | 354.22 | 1 | 0.84 |
| Hex | FF | AC | B4 | 0 | 21 | 1D | 0 | 162 | 64 | 54 |
| Octal | 377 | 254 | 264 | 0 | 41 | 35 | 0 | 542 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10110100 | 0 | 100001 | 11101 | 0 | 101100010 | 1100100 | 1010100 |
Color Harmonies of #FFACB4
Complementary color
Monochromatic Colors of #FFACB4
Black with #FFACB4
Text Example
Text Example
White with #FFACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACB4; }
p { color: rgb(255,172,180); }
H1.HeaderClassName
{
color: #FFACB4;
}
.AnyTagClassName
{
color: #FFACB4;
}
</style>
background-color css
<style>
a { background-color: #FFACB4; }
a { background-color: rgb(255,172,180); }
div.DivClassName
{
background-color: #FFACB4;
}
.BgClassName
{
background-color: #FFACB4;
}
</style>
border-color css
<style>
span { border-color: #FFACB4; }
span { border-color: rgb(255,172,180); }
td.TdClassName
{
border-color: #FFACB4;
}
.TagClassName
{
border-color: #FFACB4;
}
</style>