Shades of Light Pink #FFA7AD
Tints of Light Pink #FFA7AD
RGB
CMYK
RGB Variations
Color information
#FFA7AD (or 0xFFA7AD) is known color: Light Pink. HEX triplet: FF, A7 and AD. RGB value is (255,167,173). Sum of RGB (Red+Green+Blue) = 255+167+173=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA7AD is #005852. Grayscale: #C2C2C2. Windows color (decimal): -22611 or 11380735. OLE color: 11380735.
HSL color Cylindrical-coordinate representation of color #FFA7AD: hue angle of 355.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA7AD is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 173 | - |
| CMYK | 0 | 0.35 | 0.32 | 0 |
| HSL | 355.91º | 1% | 0.83% | - |
| HSV(B) | 355.91º | 0.35% | 1% | - |
| XYZ | 62.6 | 51.91 | 46.26 | - |
| YUV | 194 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 173 | 0 | 0.35 | 0.32 | 0 | 355.91 | 1 | 0.83 |
| Hex | FF | A7 | AD | 0 | 23 | 20 | 0 | 164 | 64 | 53 |
| Octal | 377 | 247 | 255 | 0 | 43 | 40 | 0 | 544 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10101101 | 0 | 100011 | 100000 | 0 | 101100100 | 1100100 | 1010011 |
Color Harmonies of #FFA7AD
Complementary color
Monochromatic Colors of #FFA7AD
Black with #FFA7AD
Text Example
Text Example
White with #FFA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7AD; }
p { color: rgb(255,167,173); }
H1.HeaderClassName
{
color: #FFA7AD;
}
.AnyTagClassName
{
color: #FFA7AD;
}
</style>
background-color css
<style>
a { background-color: #FFA7AD; }
a { background-color: rgb(255,167,173); }
div.DivClassName
{
background-color: #FFA7AD;
}
.BgClassName
{
background-color: #FFA7AD;
}
</style>
border-color css
<style>
span { border-color: #FFA7AD; }
span { border-color: rgb(255,167,173); }
td.TdClassName
{
border-color: #FFA7AD;
}
.TagClassName
{
border-color: #FFA7AD;
}
</style>