Shades of Lavender Rose #F0ADEC
Tints of Lavender Rose #F0ADEC
RGB
CMYK
RGB Variations
Color information
#F0ADEC (or 0xF0ADEC) is known color: Lavender Rose. HEX triplet: F0, AD and EC. RGB value is (240,173,236). Sum of RGB (Red+Green+Blue) = 240+173+236=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADEC is #0F5213. Grayscale: #C8C8C8. Windows color (decimal): -1004052 or 15511024. OLE color: 15511024.
HSL color Cylindrical-coordinate representation of color #F0ADEC: hue angle of 303.58º 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 #F0ADEC is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 236 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.06 |
| HSL | 303.58º | 0.69% | 0.81% | - |
| HSV(B) | 303.58º | 0.28% | 0.94% | - |
| XYZ | 66.02 | 54.47 | 86.39 | - |
| YUV | 200.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 236 | 0 | 0.28 | 0.02 | 0.06 | 303.58 | 0.69 | 0.81 |
| Hex | F0 | AD | EC | 0 | 1C | 2 | 6 | 130 | 45 | 51 |
| Octal | 360 | 255 | 354 | 0 | 34 | 2 | 6 | 460 | 105 | 121 |
| Binary | 11110000 | 10101101 | 11101100 | 0 | 11100 | 10 | 110 | 100110000 | 1000101 | 1010001 |
Color Harmonies of #F0ADEC
Complementary color
Monochromatic Colors of #F0ADEC
Black with #F0ADEC
Text Example
Text Example
White with #F0ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADEC; }
p { color: rgb(240,173,236); }
H1.HeaderClassName
{
color: #F0ADEC;
}
.AnyTagClassName
{
color: #F0ADEC;
}
</style>
background-color css
<style>
a { background-color: #F0ADEC; }
a { background-color: rgb(240,173,236); }
div.DivClassName
{
background-color: #F0ADEC;
}
.BgClassName
{
background-color: #F0ADEC;
}
</style>
border-color css
<style>
span { border-color: #F0ADEC; }
span { border-color: rgb(240,173,236); }
td.TdClassName
{
border-color: #F0ADEC;
}
.TagClassName
{
border-color: #F0ADEC;
}
</style>