Shades of Lavender Pink #F0AACB
Tints of Lavender Pink #F0AACB
RGB
CMYK
RGB Variations
Color information
#F0AACB (or 0xF0AACB) is known color: Lavender Pink. HEX triplet: F0, AA and CB. RGB value is (240,170,203). Sum of RGB (Red+Green+Blue) = 240+170+203=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AACB is #0F5534. Grayscale: #C2C2C2. Windows color (decimal): -1004853 or 13347568. OLE color: 13347568.
HSL color Cylindrical-coordinate representation of color #F0AACB: hue angle of 331.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AACB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 203 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.06 |
| HSL | 331.71º | 0.7% | 0.8% | - |
| HSV(B) | 331.71º | 0.29% | 0.94% | - |
| XYZ | 61.09 | 51.59 | 63.24 | - |
| YUV | 194.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 203 | 0 | 0.29 | 0.15 | 0.06 | 331.71 | 0.7 | 0.8 |
| Hex | F0 | AA | CB | 0 | 1D | F | 6 | 14C | 46 | 50 |
| Octal | 360 | 252 | 313 | 0 | 35 | 17 | 6 | 514 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11001011 | 0 | 11101 | 1111 | 110 | 101001100 | 1000110 | 1010000 |
Color Harmonies of #F0AACB
Complementary color
Monochromatic Colors of #F0AACB
Black with #F0AACB
Text Example
Text Example
White with #F0AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AACB; }
p { color: rgb(240,170,203); }
H1.HeaderClassName
{
color: #F0AACB;
}
.AnyTagClassName
{
color: #F0AACB;
}
</style>
background-color css
<style>
a { background-color: #F0AACB; }
a { background-color: rgb(240,170,203); }
div.DivClassName
{
background-color: #F0AACB;
}
.BgClassName
{
background-color: #F0AACB;
}
</style>
border-color css
<style>
span { border-color: #F0AACB; }
span { border-color: rgb(240,170,203); }
td.TdClassName
{
border-color: #F0AACB;
}
.TagClassName
{
border-color: #F0AACB;
}
</style>