Shades of Lavender Rose #F2ABDC
Tints of Lavender Rose #F2ABDC
RGB
CMYK
RGB Variations
Color information
#F2ABDC (or 0xF2ABDC) is known color: Lavender Rose. HEX triplet: F2, AB and DC. RGB value is (242,171,220). Sum of RGB (Red+Green+Blue) = 242+171+220=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABDC is #0D5423. Grayscale: #C5C5C5. Windows color (decimal): -873508 or 14461938. OLE color: 14461938.
HSL color Cylindrical-coordinate representation of color #F2ABDC: hue angle of 318.59º 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 #F2ABDC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 220 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.05 |
| HSL | 318.59º | 0.73% | 0.81% | - |
| HSV(B) | 318.59º | 0.29% | 0.95% | - |
| XYZ | 64.1 | 53.17 | 74.59 | - |
| YUV | 197.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 220 | 0 | 0.29 | 0.09 | 0.05 | 318.59 | 0.73 | 0.81 |
| Hex | F2 | AB | DC | 0 | 1D | 9 | 5 | 13F | 49 | 51 |
| Octal | 362 | 253 | 334 | 0 | 35 | 11 | 5 | 477 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11011100 | 0 | 11101 | 1001 | 101 | 100111111 | 1001001 | 1010001 |
Color Harmonies of #F2ABDC
Complementary color
Monochromatic Colors of #F2ABDC
Black with #F2ABDC
Text Example
Text Example
White with #F2ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABDC; }
p { color: rgb(242,171,220); }
H1.HeaderClassName
{
color: #F2ABDC;
}
.AnyTagClassName
{
color: #F2ABDC;
}
</style>
background-color css
<style>
a { background-color: #F2ABDC; }
a { background-color: rgb(242,171,220); }
div.DivClassName
{
background-color: #F2ABDC;
}
.BgClassName
{
background-color: #F2ABDC;
}
</style>
border-color css
<style>
span { border-color: #F2ABDC; }
span { border-color: rgb(242,171,220); }
td.TdClassName
{
border-color: #F2ABDC;
}
.TagClassName
{
border-color: #F2ABDC;
}
</style>