Shades of Lavender Rose #F2ABDE
Tints of Lavender Rose #F2ABDE
RGB
CMYK
RGB Variations
Color information
#F2ABDE (or 0xF2ABDE) is known color: Lavender Rose. HEX triplet: F2, AB and DE. RGB value is (242,171,222). Sum of RGB (Red+Green+Blue) = 242+171+222=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABDE is #0D5421. Grayscale: #C5C5C5. Windows color (decimal): -873506 or 14593010. OLE color: 14593010.
HSL color Cylindrical-coordinate representation of color #F2ABDE: hue angle of 316.9º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABDE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 222 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.05 |
| HSL | 316.9º | 0.73% | 0.81% | - |
| HSV(B) | 316.9º | 0.29% | 0.95% | - |
| XYZ | 64.37 | 53.28 | 76 | - |
| YUV | 198.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 222 | 0 | 0.29 | 0.08 | 0.05 | 316.9 | 0.73 | 0.81 |
| Hex | F2 | AB | DE | 0 | 1D | 8 | 5 | 13D | 49 | 51 |
| Octal | 362 | 253 | 336 | 0 | 35 | 10 | 5 | 475 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11011110 | 0 | 11101 | 1000 | 101 | 100111101 | 1001001 | 1010001 |
Color Harmonies of #F2ABDE
Complementary color
Monochromatic Colors of #F2ABDE
Black with #F2ABDE
Text Example
Text Example
White with #F2ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABDE; }
p { color: rgb(242,171,222); }
H1.HeaderClassName
{
color: #F2ABDE;
}
.AnyTagClassName
{
color: #F2ABDE;
}
</style>
background-color css
<style>
a { background-color: #F2ABDE; }
a { background-color: rgb(242,171,222); }
div.DivClassName
{
background-color: #F2ABDE;
}
.BgClassName
{
background-color: #F2ABDE;
}
</style>
border-color css
<style>
span { border-color: #F2ABDE; }
span { border-color: rgb(242,171,222); }
td.TdClassName
{
border-color: #F2ABDE;
}
.TagClassName
{
border-color: #F2ABDE;
}
</style>