Shades of Lavender Rose #F0ADEB
Tints of Lavender Rose #F0ADEB
RGB
CMYK
RGB Variations
Color information
#F0ADEB (or 0xF0ADEB) is known color: Lavender Rose. HEX triplet: F0, AD and EB. RGB value is (240,173,235). Sum of RGB (Red+Green+Blue) = 240+173+235=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADEB is #0F5214. Grayscale: #C7C7C7. Windows color (decimal): -1004053 or 15445488. OLE color: 15445488.
HSL color Cylindrical-coordinate representation of color #F0ADEB: hue angle of 304.48º 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 #F0ADEB is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 235 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.06 |
| HSL | 304.48º | 0.69% | 0.81% | - |
| HSV(B) | 304.48º | 0.28% | 0.94% | - |
| XYZ | 65.87 | 54.41 | 85.63 | - |
| YUV | 200.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 235 | 0 | 0.28 | 0.02 | 0.06 | 304.48 | 0.69 | 0.81 |
| Hex | F0 | AD | EB | 0 | 1C | 2 | 6 | 130 | 45 | 51 |
| Octal | 360 | 255 | 353 | 0 | 34 | 2 | 6 | 460 | 105 | 121 |
| Binary | 11110000 | 10101101 | 11101011 | 0 | 11100 | 10 | 110 | 100110000 | 1000101 | 1010001 |
Color Harmonies of #F0ADEB
Complementary color
Monochromatic Colors of #F0ADEB
Black with #F0ADEB
Text Example
Text Example
White with #F0ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADEB; }
p { color: rgb(240,173,235); }
H1.HeaderClassName
{
color: #F0ADEB;
}
.AnyTagClassName
{
color: #F0ADEB;
}
</style>
background-color css
<style>
a { background-color: #F0ADEB; }
a { background-color: rgb(240,173,235); }
div.DivClassName
{
background-color: #F0ADEB;
}
.BgClassName
{
background-color: #F0ADEB;
}
</style>
border-color css
<style>
span { border-color: #F0ADEB; }
span { border-color: rgb(240,173,235); }
td.TdClassName
{
border-color: #F0ADEB;
}
.TagClassName
{
border-color: #F0ADEB;
}
</style>