Shades of Lavender Pink #F0ADCE
Tints of Lavender Pink #F0ADCE
RGB
CMYK
RGB Variations
Color information
#F0ADCE (or 0xF0ADCE) is known color: Lavender Pink. HEX triplet: F0, AD and CE. RGB value is (240,173,206). Sum of RGB (Red+Green+Blue) = 240+173+206=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADCE is #0F5231. Grayscale: #C4C4C4. Windows color (decimal): -1004082 or 13544944. OLE color: 13544944.
HSL color Cylindrical-coordinate representation of color #F0ADCE: hue angle of 330.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADCE is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 206 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.06 |
| HSL | 330.45º | 0.69% | 0.81% | - |
| HSV(B) | 330.45º | 0.28% | 0.94% | - |
| XYZ | 62.02 | 52.87 | 65.33 | - |
| YUV | 196.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 206 | 0 | 0.28 | 0.14 | 0.06 | 330.45 | 0.69 | 0.81 |
| Hex | F0 | AD | CE | 0 | 1C | E | 6 | 14A | 45 | 51 |
| Octal | 360 | 255 | 316 | 0 | 34 | 16 | 6 | 512 | 105 | 121 |
| Binary | 11110000 | 10101101 | 11001110 | 0 | 11100 | 1110 | 110 | 101001010 | 1000101 | 1010001 |
Color Harmonies of #F0ADCE
Complementary color
Monochromatic Colors of #F0ADCE
Black with #F0ADCE
Text Example
Text Example
White with #F0ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADCE; }
p { color: rgb(240,173,206); }
H1.HeaderClassName
{
color: #F0ADCE;
}
.AnyTagClassName
{
color: #F0ADCE;
}
</style>
background-color css
<style>
a { background-color: #F0ADCE; }
a { background-color: rgb(240,173,206); }
div.DivClassName
{
background-color: #F0ADCE;
}
.BgClassName
{
background-color: #F0ADCE;
}
</style>
border-color css
<style>
span { border-color: #F0ADCE; }
span { border-color: rgb(240,173,206); }
td.TdClassName
{
border-color: #F0ADCE;
}
.TagClassName
{
border-color: #F0ADCE;
}
</style>