Shades of Lavender Pink #F0AECA
Tints of Lavender Pink #F0AECA
RGB
CMYK
RGB Variations
Color information
#F0AECA (or 0xF0AECA) is known color: Lavender Pink. HEX triplet: F0, AE and CA. RGB value is (240,174,202). Sum of RGB (Red+Green+Blue) = 240+174+202=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AECA is #0F5135. Grayscale: #C4C4C4. Windows color (decimal): -1003830 or 13283056. OLE color: 13283056.
HSL color Cylindrical-coordinate representation of color #F0AECA: hue angle of 334.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AECA is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 202 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.06 |
| HSL | 334.55º | 0.69% | 0.81% | - |
| HSV(B) | 334.55º | 0.28% | 0.94% | - |
| XYZ | 61.73 | 53.06 | 62.87 | - |
| YUV | 196.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 202 | 0 | 0.28 | 0.16 | 0.06 | 334.55 | 0.69 | 0.81 |
| Hex | F0 | AE | CA | 0 | 1C | 10 | 6 | 14F | 45 | 51 |
| Octal | 360 | 256 | 312 | 0 | 34 | 20 | 6 | 517 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11001010 | 0 | 11100 | 10000 | 110 | 101001111 | 1000101 | 1010001 |
Color Harmonies of #F0AECA
Complementary color
Monochromatic Colors of #F0AECA
Black with #F0AECA
Text Example
Text Example
White with #F0AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AECA; }
p { color: rgb(240,174,202); }
H1.HeaderClassName
{
color: #F0AECA;
}
.AnyTagClassName
{
color: #F0AECA;
}
</style>
background-color css
<style>
a { background-color: #F0AECA; }
a { background-color: rgb(240,174,202); }
div.DivClassName
{
background-color: #F0AECA;
}
.BgClassName
{
background-color: #F0AECA;
}
</style>
border-color css
<style>
span { border-color: #F0AECA; }
span { border-color: rgb(240,174,202); }
td.TdClassName
{
border-color: #F0AECA;
}
.TagClassName
{
border-color: #F0AECA;
}
</style>