Shades of Light Pink #FFA7BA
Tints of Light Pink #FFA7BA
RGB
CMYK
RGB Variations
Color information
#FFA7BA (or 0xFFA7BA) is known color: Light Pink. HEX triplet: FF, A7 and BA. RGB value is (255,167,186). Sum of RGB (Red+Green+Blue) = 255+167+186=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7BA is #005845. Grayscale: #C3C3C3. Windows color (decimal): -22598 or 12232703. OLE color: 12232703.
HSL color Cylindrical-coordinate representation of color #FFA7BA: hue angle of 347.05º 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 #FFA7BA is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 186 | - |
| CMYK | 0 | 0.35 | 0.27 | 0 |
| HSL | 347.05º | 1% | 0.83% | - |
| HSV(B) | 347.05º | 0.35% | 1% | - |
| XYZ | 63.92 | 52.44 | 53.21 | - |
| YUV | 195.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 186 | 0 | 0.35 | 0.27 | 0 | 347.05 | 1 | 0.83 |
| Hex | FF | A7 | BA | 0 | 23 | 1B | 0 | 15B | 64 | 53 |
| Octal | 377 | 247 | 272 | 0 | 43 | 33 | 0 | 533 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10111010 | 0 | 100011 | 11011 | 0 | 101011011 | 1100100 | 1010011 |
Color Harmonies of #FFA7BA
Complementary color
Monochromatic Colors of #FFA7BA
Black with #FFA7BA
Text Example
Text Example
White with #FFA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7BA; }
p { color: rgb(255,167,186); }
H1.HeaderClassName
{
color: #FFA7BA;
}
.AnyTagClassName
{
color: #FFA7BA;
}
</style>
background-color css
<style>
a { background-color: #FFA7BA; }
a { background-color: rgb(255,167,186); }
div.DivClassName
{
background-color: #FFA7BA;
}
.BgClassName
{
background-color: #FFA7BA;
}
</style>
border-color css
<style>
span { border-color: #FFA7BA; }
span { border-color: rgb(255,167,186); }
td.TdClassName
{
border-color: #FFA7BA;
}
.TagClassName
{
border-color: #FFA7BA;
}
</style>