Shades of Light Pink #FFA4B1
Tints of Light Pink #FFA4B1
RGB
CMYK
RGB Variations
Color information
#FFA4B1 (or 0xFFA4B1) is known color: Light Pink. HEX triplet: FF, A4 and B1. RGB value is (255,164,177). Sum of RGB (Red+Green+Blue) = 255+164+177=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA4B1 is #005B4E. Grayscale: #C0C0C0. Windows color (decimal): -23375 or 11642111. OLE color: 11642111.
HSL color Cylindrical-coordinate representation of color #FFA4B1: hue angle of 351.43º 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 #FFA4B1 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 177 | - |
| CMYK | 0 | 0.36 | 0.31 | 0 |
| HSL | 351.43º | 1% | 0.82% | - |
| HSV(B) | 351.43º | 0.36% | 1% | - |
| XYZ | 62.45 | 50.99 | 48.14 | - |
| YUV | 192.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 177 | 0 | 0.36 | 0.31 | 0 | 351.43 | 1 | 0.82 |
| Hex | FF | A4 | B1 | 0 | 24 | 1F | 0 | 15F | 64 | 52 |
| Octal | 377 | 244 | 261 | 0 | 44 | 37 | 0 | 537 | 144 | 122 |
| Binary | 11111111 | 10100100 | 10110001 | 0 | 100100 | 11111 | 0 | 101011111 | 1100100 | 1010010 |
Color Harmonies of #FFA4B1
Complementary color
Monochromatic Colors of #FFA4B1
Black with #FFA4B1
Text Example
Text Example
White with #FFA4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4B1; }
p { color: rgb(255,164,177); }
H1.HeaderClassName
{
color: #FFA4B1;
}
.AnyTagClassName
{
color: #FFA4B1;
}
</style>
background-color css
<style>
a { background-color: #FFA4B1; }
a { background-color: rgb(255,164,177); }
div.DivClassName
{
background-color: #FFA4B1;
}
.BgClassName
{
background-color: #FFA4B1;
}
</style>
border-color css
<style>
span { border-color: #FFA4B1; }
span { border-color: rgb(255,164,177); }
td.TdClassName
{
border-color: #FFA4B1;
}
.TagClassName
{
border-color: #FFA4B1;
}
</style>