Shades of Light Pink #FFA5B7
Tints of Light Pink #FFA5B7
RGB
CMYK
RGB Variations
Color information
#FFA5B7 (or 0xFFA5B7) is known color: Light Pink. HEX triplet: FF, A5 and B7. RGB value is (255,165,183). Sum of RGB (Red+Green+Blue) = 255+165+183=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5B7 is #005A48. Grayscale: #C1C1C1. Windows color (decimal): -23113 or 12035583. OLE color: 12035583.
HSL color Cylindrical-coordinate representation of color #FFA5B7: hue angle of 348º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5B7 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 183 | - |
| CMYK | 0 | 0.35 | 0.28 | 0 |
| HSL | 348º | 1% | 0.82% | - |
| HSV(B) | 348º | 0.35% | 1% | - |
| XYZ | 63.24 | 51.59 | 51.42 | - |
| YUV | 193.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 183 | 0 | 0.35 | 0.28 | 0 | 348 | 1 | 0.82 |
| Hex | FF | A5 | B7 | 0 | 23 | 1C | 0 | 15C | 64 | 52 |
| Octal | 377 | 245 | 267 | 0 | 43 | 34 | 0 | 534 | 144 | 122 |
| Binary | 11111111 | 10100101 | 10110111 | 0 | 100011 | 11100 | 0 | 101011100 | 1100100 | 1010010 |
Color Harmonies of #FFA5B7
Complementary color
Monochromatic Colors of #FFA5B7
Black with #FFA5B7
Text Example
Text Example
White with #FFA5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5B7; }
p { color: rgb(255,165,183); }
H1.HeaderClassName
{
color: #FFA5B7;
}
.AnyTagClassName
{
color: #FFA5B7;
}
</style>
background-color css
<style>
a { background-color: #FFA5B7; }
a { background-color: rgb(255,165,183); }
div.DivClassName
{
background-color: #FFA5B7;
}
.BgClassName
{
background-color: #FFA5B7;
}
</style>
border-color css
<style>
span { border-color: #FFA5B7; }
span { border-color: rgb(255,165,183); }
td.TdClassName
{
border-color: #FFA5B7;
}
.TagClassName
{
border-color: #FFA5B7;
}
</style>