Shades of Lavender Pink #F5AACB
Tints of Lavender Pink #F5AACB
RGB
CMYK
RGB Variations
Color information
#F5AACB (or 0xF5AACB) is known color: Lavender Pink. HEX triplet: F5, AA and CB. RGB value is (245,170,203). Sum of RGB (Red+Green+Blue) = 245+170+203=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AACB is #0A5534. Grayscale: #C4C4C4. Windows color (decimal): -677173 or 13347573. OLE color: 13347573.
HSL color Cylindrical-coordinate representation of color #F5AACB: hue angle of 333.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AACB is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 203 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.04 |
| HSL | 333.6º | 0.79% | 0.81% | - |
| HSV(B) | 333.6º | 0.31% | 0.96% | - |
| XYZ | 62.81 | 52.47 | 63.32 | - |
| YUV | 196.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 203 | 0 | 0.31 | 0.17 | 0.04 | 333.6 | 0.79 | 0.81 |
| Hex | F5 | AA | CB | 0 | 1F | 11 | 4 | 14E | 4F | 51 |
| Octal | 365 | 252 | 313 | 0 | 37 | 21 | 4 | 516 | 117 | 121 |
| Binary | 11110101 | 10101010 | 11001011 | 0 | 11111 | 10001 | 100 | 101001110 | 1001111 | 1010001 |
Color Harmonies of #F5AACB
Complementary color
Monochromatic Colors of #F5AACB
Black with #F5AACB
Text Example
Text Example
White with #F5AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AACB; }
p { color: rgb(245,170,203); }
H1.HeaderClassName
{
color: #F5AACB;
}
.AnyTagClassName
{
color: #F5AACB;
}
</style>
background-color css
<style>
a { background-color: #F5AACB; }
a { background-color: rgb(245,170,203); }
div.DivClassName
{
background-color: #F5AACB;
}
.BgClassName
{
background-color: #F5AACB;
}
</style>
border-color css
<style>
span { border-color: #F5AACB; }
span { border-color: rgb(245,170,203); }
td.TdClassName
{
border-color: #F5AACB;
}
.TagClassName
{
border-color: #F5AACB;
}
</style>