Shades of Light Pink #FFA7B5
Tints of Light Pink #FFA7B5
RGB
CMYK
RGB Variations
Color information
#FFA7B5 (or 0xFFA7B5) is known color: Light Pink. HEX triplet: FF, A7 and B5. RGB value is (255,167,181). Sum of RGB (Red+Green+Blue) = 255+167+181=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7B5 is #00584A. Grayscale: #C2C2C2. Windows color (decimal): -22603 or 11905023. OLE color: 11905023.
HSL color Cylindrical-coordinate representation of color #FFA7B5: hue angle of 350.45º 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 #FFA7B5 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 181 | - |
| CMYK | 0 | 0.35 | 0.29 | 0 |
| HSL | 350.45º | 1% | 0.83% | - |
| HSV(B) | 350.45º | 0.35% | 1% | - |
| XYZ | 63.4 | 52.23 | 50.46 | - |
| YUV | 194.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 181 | 0 | 0.35 | 0.29 | 0 | 350.45 | 1 | 0.83 |
| Hex | FF | A7 | B5 | 0 | 23 | 1D | 0 | 15E | 64 | 53 |
| Octal | 377 | 247 | 265 | 0 | 43 | 35 | 0 | 536 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10110101 | 0 | 100011 | 11101 | 0 | 101011110 | 1100100 | 1010011 |
Color Harmonies of #FFA7B5
Complementary color
Monochromatic Colors of #FFA7B5
Black with #FFA7B5
Text Example
Text Example
White with #FFA7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7B5; }
p { color: rgb(255,167,181); }
H1.HeaderClassName
{
color: #FFA7B5;
}
.AnyTagClassName
{
color: #FFA7B5;
}
</style>
background-color css
<style>
a { background-color: #FFA7B5; }
a { background-color: rgb(255,167,181); }
div.DivClassName
{
background-color: #FFA7B5;
}
.BgClassName
{
background-color: #FFA7B5;
}
</style>
border-color css
<style>
span { border-color: #FFA7B5; }
span { border-color: rgb(255,167,181); }
td.TdClassName
{
border-color: #FFA7B5;
}
.TagClassName
{
border-color: #FFA7B5;
}
</style>