Shades of Lavender Rose #F2ACF1
Tints of Lavender Rose #F2ACF1
RGB
CMYK
RGB Variations
Color information
#F2ACF1 (or 0xF2ACF1) is known color: Lavender Rose. HEX triplet: F2, AC and F1. RGB value is (242,172,241). Sum of RGB (Red+Green+Blue) = 242+172+241=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACF1 is #0D530E. Grayscale: #C8C8C8. Windows color (decimal): -873231 or 15838450. OLE color: 15838450.
HSL color Cylindrical-coordinate representation of color #F2ACF1: hue angle of 300.86º 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 #F2ACF1 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 241 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.05 |
| HSL | 300.86º | 0.73% | 0.81% | - |
| HSV(B) | 300.86º | 0.29% | 0.95% | - |
| XYZ | 67.25 | 54.73 | 90.24 | - |
| YUV | 200.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 241 | 0 | 0.29 | 0.00 | 0.05 | 300.86 | 0.73 | 0.81 |
| Hex | F2 | AC | F1 | 0 | 1D | 0 | 5 | 12D | 49 | 51 |
| Octal | 362 | 254 | 361 | 0 | 35 | 0 | 5 | 455 | 111 | 121 |
| Binary | 11110010 | 10101100 | 11110001 | 0 | 11101 | 0 | 101 | 100101101 | 1001001 | 1010001 |
Color Harmonies of #F2ACF1
Complementary color
Monochromatic Colors of #F2ACF1
Black with #F2ACF1
Text Example
Text Example
White with #F2ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACF1; }
p { color: rgb(242,172,241); }
H1.HeaderClassName
{
color: #F2ACF1;
}
.AnyTagClassName
{
color: #F2ACF1;
}
</style>
background-color css
<style>
a { background-color: #F2ACF1; }
a { background-color: rgb(242,172,241); }
div.DivClassName
{
background-color: #F2ACF1;
}
.BgClassName
{
background-color: #F2ACF1;
}
</style>
border-color css
<style>
span { border-color: #F2ACF1; }
span { border-color: rgb(242,172,241); }
td.TdClassName
{
border-color: #F2ACF1;
}
.TagClassName
{
border-color: #F2ACF1;
}
</style>