Shades of Light Pink #FFA5AD
Tints of Light Pink #FFA5AD
RGB
CMYK
RGB Variations
Color information
#FFA5AD (or 0xFFA5AD) is known color: Light Pink. HEX triplet: FF, A5 and AD. RGB value is (255,165,173). Sum of RGB (Red+Green+Blue) = 255+165+173=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5AD is #005A52. Grayscale: #C0C0C0. Windows color (decimal): -23123 or 11380223. OLE color: 11380223.
HSL color Cylindrical-coordinate representation of color #FFA5AD: hue angle of 354.67º 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 #FFA5AD is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 173 | - |
| CMYK | 0 | 0.35 | 0.32 | 0 |
| HSL | 354.67º | 1% | 0.82% | - |
| HSV(B) | 354.67º | 0.35% | 1% | - |
| XYZ | 62.24 | 51.19 | 46.14 | - |
| YUV | 192.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 173 | 0 | 0.35 | 0.32 | 0 | 354.67 | 1 | 0.82 |
| Hex | FF | A5 | AD | 0 | 23 | 20 | 0 | 163 | 64 | 52 |
| Octal | 377 | 245 | 255 | 0 | 43 | 40 | 0 | 543 | 144 | 122 |
| Binary | 11111111 | 10100101 | 10101101 | 0 | 100011 | 100000 | 0 | 101100011 | 1100100 | 1010010 |
Color Harmonies of #FFA5AD
Complementary color
Monochromatic Colors of #FFA5AD
Black with #FFA5AD
Text Example
Text Example
White with #FFA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5AD; }
p { color: rgb(255,165,173); }
H1.HeaderClassName
{
color: #FFA5AD;
}
.AnyTagClassName
{
color: #FFA5AD;
}
</style>
background-color css
<style>
a { background-color: #FFA5AD; }
a { background-color: rgb(255,165,173); }
div.DivClassName
{
background-color: #FFA5AD;
}
.BgClassName
{
background-color: #FFA5AD;
}
</style>
border-color css
<style>
span { border-color: #FFA5AD; }
span { border-color: rgb(255,165,173); }
td.TdClassName
{
border-color: #FFA5AD;
}
.TagClassName
{
border-color: #FFA5AD;
}
</style>