Shades of Light Pink #FFA7B9
Tints of Light Pink #FFA7B9
RGB
CMYK
RGB Variations
Color information
#FFA7B9 (or 0xFFA7B9) is known color: Light Pink. HEX triplet: FF, A7 and B9. RGB value is (255,167,185). Sum of RGB (Red+Green+Blue) = 255+167+185=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7B9 is #005846. Grayscale: #C3C3C3. Windows color (decimal): -22599 or 12167167. OLE color: 12167167.
HSL color Cylindrical-coordinate representation of color #FFA7B9: hue angle of 347.73º 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 #FFA7B9 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 185 | - |
| CMYK | 0 | 0.35 | 0.27 | 0 |
| HSL | 347.73º | 1% | 0.83% | - |
| HSV(B) | 347.73º | 0.35% | 1% | - |
| XYZ | 63.82 | 52.4 | 52.65 | - |
| YUV | 195.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 185 | 0 | 0.35 | 0.27 | 0 | 347.73 | 1 | 0.83 |
| Hex | FF | A7 | B9 | 0 | 23 | 1B | 0 | 15C | 64 | 53 |
| Octal | 377 | 247 | 271 | 0 | 43 | 33 | 0 | 534 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10111001 | 0 | 100011 | 11011 | 0 | 101011100 | 1100100 | 1010011 |
Color Harmonies of #FFA7B9
Complementary color
Monochromatic Colors of #FFA7B9
Black with #FFA7B9
Text Example
Text Example
White with #FFA7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7B9; }
p { color: rgb(255,167,185); }
H1.HeaderClassName
{
color: #FFA7B9;
}
.AnyTagClassName
{
color: #FFA7B9;
}
</style>
background-color css
<style>
a { background-color: #FFA7B9; }
a { background-color: rgb(255,167,185); }
div.DivClassName
{
background-color: #FFA7B9;
}
.BgClassName
{
background-color: #FFA7B9;
}
</style>
border-color css
<style>
span { border-color: #FFA7B9; }
span { border-color: rgb(255,167,185); }
td.TdClassName
{
border-color: #FFA7B9;
}
.TagClassName
{
border-color: #FFA7B9;
}
</style>