Shades of Lavender Rose #F2ABDF
Tints of Lavender Rose #F2ABDF
RGB
CMYK
RGB Variations
Color information
#F2ABDF (or 0xF2ABDF) is known color: Lavender Rose. HEX triplet: F2, AB and DF. RGB value is (242,171,223). Sum of RGB (Red+Green+Blue) = 242+171+223=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABDF is #0D5420. Grayscale: #C6C6C6. Windows color (decimal): -873505 or 14658546. OLE color: 14658546.
HSL color Cylindrical-coordinate representation of color #F2ABDF: hue angle of 316.06º 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 #F2ABDF is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 223 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.05 |
| HSL | 316.06º | 0.73% | 0.81% | - |
| HSV(B) | 316.06º | 0.29% | 0.95% | - |
| XYZ | 64.5 | 53.33 | 76.71 | - |
| YUV | 198.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 223 | 0 | 0.29 | 0.08 | 0.05 | 316.06 | 0.73 | 0.81 |
| Hex | F2 | AB | DF | 0 | 1D | 8 | 5 | 13C | 49 | 51 |
| Octal | 362 | 253 | 337 | 0 | 35 | 10 | 5 | 474 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11011111 | 0 | 11101 | 1000 | 101 | 100111100 | 1001001 | 1010001 |
Color Harmonies of #F2ABDF
Complementary color
Monochromatic Colors of #F2ABDF
Black with #F2ABDF
Text Example
Text Example
White with #F2ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABDF; }
p { color: rgb(242,171,223); }
H1.HeaderClassName
{
color: #F2ABDF;
}
.AnyTagClassName
{
color: #F2ABDF;
}
</style>
background-color css
<style>
a { background-color: #F2ABDF; }
a { background-color: rgb(242,171,223); }
div.DivClassName
{
background-color: #F2ABDF;
}
.BgClassName
{
background-color: #F2ABDF;
}
</style>
border-color css
<style>
span { border-color: #F2ABDF; }
span { border-color: rgb(242,171,223); }
td.TdClassName
{
border-color: #F2ABDF;
}
.TagClassName
{
border-color: #F2ABDF;
}
</style>