Shades of Light Pink #FFA5AC
Tints of Light Pink #FFA5AC
RGB
CMYK
RGB Variations
Color information
#FFA5AC (or 0xFFA5AC) is known color: Light Pink. HEX triplet: FF, A5 and AC. RGB value is (255,165,172). Sum of RGB (Red+Green+Blue) = 255+165+172=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5AC is #005A53. Grayscale: #C0C0C0. Windows color (decimal): -23124 or 11314687. OLE color: 11314687.
HSL color Cylindrical-coordinate representation of color #FFA5AC: hue angle of 355.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5AC is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 172 | - |
| CMYK | 0 | 0.35 | 0.33 | 0 |
| HSL | 355.33º | 1% | 0.82% | - |
| HSV(B) | 355.33º | 0.35% | 1% | - |
| XYZ | 62.14 | 51.15 | 45.63 | - |
| YUV | 192.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 172 | 0 | 0.35 | 0.33 | 0 | 355.33 | 1 | 0.82 |
| Hex | FF | A5 | AC | 0 | 23 | 21 | 0 | 163 | 64 | 52 |
| Octal | 377 | 245 | 254 | 0 | 43 | 41 | 0 | 543 | 144 | 122 |
| Binary | 11111111 | 10100101 | 10101100 | 0 | 100011 | 100001 | 0 | 101100011 | 1100100 | 1010010 |
Color Harmonies of #FFA5AC
Complementary color
Monochromatic Colors of #FFA5AC
Black with #FFA5AC
Text Example
Text Example
White with #FFA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5AC; }
p { color: rgb(255,165,172); }
H1.HeaderClassName
{
color: #FFA5AC;
}
.AnyTagClassName
{
color: #FFA5AC;
}
</style>
background-color css
<style>
a { background-color: #FFA5AC; }
a { background-color: rgb(255,165,172); }
div.DivClassName
{
background-color: #FFA5AC;
}
.BgClassName
{
background-color: #FFA5AC;
}
</style>
border-color css
<style>
span { border-color: #FFA5AC; }
span { border-color: rgb(255,165,172); }
td.TdClassName
{
border-color: #FFA5AC;
}
.TagClassName
{
border-color: #FFA5AC;
}
</style>