Shades of Light Pink #FFA7B0
Tints of Light Pink #FFA7B0
RGB
CMYK
RGB Variations
Color information
#FFA7B0 (or 0xFFA7B0) is known color: Light Pink. HEX triplet: FF, A7 and B0. RGB value is (255,167,176). Sum of RGB (Red+Green+Blue) = 255+167+176=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA7B0 is #00584F. Grayscale: #C2C2C2. Windows color (decimal): -22608 or 11577343. OLE color: 11577343.
HSL color Cylindrical-coordinate representation of color #FFA7B0: hue angle of 353.86º 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 #FFA7B0 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 176 | - |
| CMYK | 0 | 0.35 | 0.31 | 0 |
| HSL | 353.86º | 1% | 0.83% | - |
| HSV(B) | 353.86º | 0.35% | 1% | - |
| XYZ | 62.9 | 52.03 | 47.8 | - |
| YUV | 194.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 176 | 0 | 0.35 | 0.31 | 0 | 353.86 | 1 | 0.83 |
| Hex | FF | A7 | B0 | 0 | 23 | 1F | 0 | 162 | 64 | 53 |
| Octal | 377 | 247 | 260 | 0 | 43 | 37 | 0 | 542 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10110000 | 0 | 100011 | 11111 | 0 | 101100010 | 1100100 | 1010011 |
Color Harmonies of #FFA7B0
Complementary color
Monochromatic Colors of #FFA7B0
Black with #FFA7B0
Text Example
Text Example
White with #FFA7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7B0; }
p { color: rgb(255,167,176); }
H1.HeaderClassName
{
color: #FFA7B0;
}
.AnyTagClassName
{
color: #FFA7B0;
}
</style>
background-color css
<style>
a { background-color: #FFA7B0; }
a { background-color: rgb(255,167,176); }
div.DivClassName
{
background-color: #FFA7B0;
}
.BgClassName
{
background-color: #FFA7B0;
}
</style>
border-color css
<style>
span { border-color: #FFA7B0; }
span { border-color: rgb(255,167,176); }
td.TdClassName
{
border-color: #FFA7B0;
}
.TagClassName
{
border-color: #FFA7B0;
}
</style>