Shades of Lavender Rose #F0ABED
Tints of Lavender Rose #F0ABED
RGB
CMYK
RGB Variations
Color information
#F0ABED (or 0xF0ABED) is known color: Lavender Rose. HEX triplet: F0, AB and ED. RGB value is (240,171,237). Sum of RGB (Red+Green+Blue) = 240+171+237=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABED is #0F5412. Grayscale: #C6C6C6. Windows color (decimal): -1004563 or 15576048. OLE color: 15576048.
HSL color Cylindrical-coordinate representation of color #F0ABED: hue angle of 302.61º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABED is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 237 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.06 |
| HSL | 302.61º | 0.7% | 0.81% | - |
| HSV(B) | 302.61º | 0.29% | 0.94% | - |
| XYZ | 65.78 | 53.77 | 87.03 | - |
| YUV | 199.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 237 | 0 | 0.29 | 0.01 | 0.06 | 302.61 | 0.7 | 0.81 |
| Hex | F0 | AB | ED | 0 | 1D | 1 | 6 | 12F | 46 | 51 |
| Octal | 360 | 253 | 355 | 0 | 35 | 1 | 6 | 457 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11101101 | 0 | 11101 | 1 | 110 | 100101111 | 1000110 | 1010001 |
Color Harmonies of #F0ABED
Complementary color
Monochromatic Colors of #F0ABED
Black with #F0ABED
Text Example
Text Example
White with #F0ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABED; }
p { color: rgb(240,171,237); }
H1.HeaderClassName
{
color: #F0ABED;
}
.AnyTagClassName
{
color: #F0ABED;
}
</style>
background-color css
<style>
a { background-color: #F0ABED; }
a { background-color: rgb(240,171,237); }
div.DivClassName
{
background-color: #F0ABED;
}
.BgClassName
{
background-color: #F0ABED;
}
</style>
border-color css
<style>
span { border-color: #F0ABED; }
span { border-color: rgb(240,171,237); }
td.TdClassName
{
border-color: #F0ABED;
}
.TagClassName
{
border-color: #F0ABED;
}
</style>