Shades of Light Pink #F4AAB5
Tints of Light Pink #F4AAB5
RGB
CMYK
RGB Variations
Color information
#F4AAB5 (or 0xF4AAB5) is known color: Light Pink. HEX triplet: F4, AA and B5. RGB value is (244,170,181). Sum of RGB (Red+Green+Blue) = 244+170+181=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AAB5 is #0B554A. Grayscale: #C1C1C1. Windows color (decimal): -742731 or 11905780. OLE color: 11905780.
HSL color Cylindrical-coordinate representation of color #F4AAB5: hue angle of 351.08º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AAB5 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 181 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.04 |
| HSL | 351.08º | 0.77% | 0.81% | - |
| HSV(B) | 351.08º | 0.3% | 0.96% | - |
| XYZ | 60.02 | 51.32 | 50.46 | - |
| YUV | 193.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 181 | 0 | 0.30 | 0.26 | 0.04 | 351.08 | 0.77 | 0.81 |
| Hex | F4 | AA | B5 | 0 | 1E | 1A | 4 | 15F | 4D | 51 |
| Octal | 364 | 252 | 265 | 0 | 36 | 32 | 4 | 537 | 115 | 121 |
| Binary | 11110100 | 10101010 | 10110101 | 0 | 11110 | 11010 | 100 | 101011111 | 1001101 | 1010001 |
Color Harmonies of #F4AAB5
Complementary color
Monochromatic Colors of #F4AAB5
Black with #F4AAB5
Text Example
Text Example
White with #F4AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AAB5; }
p { color: rgb(244,170,181); }
H1.HeaderClassName
{
color: #F4AAB5;
}
.AnyTagClassName
{
color: #F4AAB5;
}
</style>
background-color css
<style>
a { background-color: #F4AAB5; }
a { background-color: rgb(244,170,181); }
div.DivClassName
{
background-color: #F4AAB5;
}
.BgClassName
{
background-color: #F4AAB5;
}
</style>
border-color css
<style>
span { border-color: #F4AAB5; }
span { border-color: rgb(244,170,181); }
td.TdClassName
{
border-color: #F4AAB5;
}
.TagClassName
{
border-color: #F4AAB5;
}
</style>