Shades of Light Pink #FFA7B7
Tints of Light Pink #FFA7B7
RGB
CMYK
RGB Variations
Color information
#FFA7B7 (or 0xFFA7B7) is known color: Light Pink. HEX triplet: FF, A7 and B7. RGB value is (255,167,183). Sum of RGB (Red+Green+Blue) = 255+167+183=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7B7 is #005848. Grayscale: #C3C3C3. Windows color (decimal): -22601 or 12036095. OLE color: 12036095.
HSL color Cylindrical-coordinate representation of color #FFA7B7: hue angle of 349.09º 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 #FFA7B7 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 183 | - |
| CMYK | 0 | 0.35 | 0.28 | 0 |
| HSL | 349.09º | 1% | 0.83% | - |
| HSV(B) | 349.09º | 0.35% | 1% | - |
| XYZ | 63.61 | 52.32 | 51.55 | - |
| YUV | 195.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 183 | 0 | 0.35 | 0.28 | 0 | 349.09 | 1 | 0.83 |
| Hex | FF | A7 | B7 | 0 | 23 | 1C | 0 | 15D | 64 | 53 |
| Octal | 377 | 247 | 267 | 0 | 43 | 34 | 0 | 535 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10110111 | 0 | 100011 | 11100 | 0 | 101011101 | 1100100 | 1010011 |
Color Harmonies of #FFA7B7
Complementary color
Monochromatic Colors of #FFA7B7
Black with #FFA7B7
Text Example
Text Example
White with #FFA7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7B7; }
p { color: rgb(255,167,183); }
H1.HeaderClassName
{
color: #FFA7B7;
}
.AnyTagClassName
{
color: #FFA7B7;
}
</style>
background-color css
<style>
a { background-color: #FFA7B7; }
a { background-color: rgb(255,167,183); }
div.DivClassName
{
background-color: #FFA7B7;
}
.BgClassName
{
background-color: #FFA7B7;
}
</style>
border-color css
<style>
span { border-color: #FFA7B7; }
span { border-color: rgb(255,167,183); }
td.TdClassName
{
border-color: #FFA7B7;
}
.TagClassName
{
border-color: #FFA7B7;
}
</style>