Shades of Light Pink #FFA4B5
Tints of Light Pink #FFA4B5
RGB
CMYK
RGB Variations
Color information
#FFA4B5 (or 0xFFA4B5) is known color: Light Pink. HEX triplet: FF, A4 and B5. RGB value is (255,164,181). Sum of RGB (Red+Green+Blue) = 255+164+181=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4B5 is #005B4A. Grayscale: #C1C1C1. Windows color (decimal): -23371 or 11904255. OLE color: 11904255.
HSL color Cylindrical-coordinate representation of color #FFA4B5: hue angle of 348.79º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4B5 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 181 | - |
| CMYK | 0 | 0.36 | 0.29 | 0 |
| HSL | 348.79º | 1% | 0.82% | - |
| HSV(B) | 348.79º | 0.36% | 1% | - |
| XYZ | 62.86 | 51.15 | 50.28 | - |
| YUV | 193.15 | 121.15 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 181 | 0 | 0.36 | 0.29 | 0 | 348.79 | 1 | 0.82 |
| Hex | FF | A4 | B5 | 0 | 24 | 1D | 0 | 15D | 64 | 52 |
| Octal | 377 | 244 | 265 | 0 | 44 | 35 | 0 | 535 | 144 | 122 |
| Binary | 11111111 | 10100100 | 10110101 | 0 | 100100 | 11101 | 0 | 101011101 | 1100100 | 1010010 |
Color Harmonies of #FFA4B5
Complementary color
Monochromatic Colors of #FFA4B5
Black with #FFA4B5
Text Example
Text Example
White with #FFA4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4B5; }
p { color: rgb(255,164,181); }
H1.HeaderClassName
{
color: #FFA4B5;
}
.AnyTagClassName
{
color: #FFA4B5;
}
</style>
background-color css
<style>
a { background-color: #FFA4B5; }
a { background-color: rgb(255,164,181); }
div.DivClassName
{
background-color: #FFA4B5;
}
.BgClassName
{
background-color: #FFA4B5;
}
</style>
border-color css
<style>
span { border-color: #FFA4B5; }
span { border-color: rgb(255,164,181); }
td.TdClassName
{
border-color: #FFA4B5;
}
.TagClassName
{
border-color: #FFA4B5;
}
</style>