Shades of Lavender Rose #F3ACF2
Tints of Lavender Rose #F3ACF2
RGB
CMYK
RGB Variations
Color information
#F3ACF2 (or 0xF3ACF2) is known color: Lavender Rose. HEX triplet: F3, AC and F2. RGB value is (243,172,242). Sum of RGB (Red+Green+Blue) = 243+172+242=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACF2 is #0C530D. Grayscale: #C9C9C9. Windows color (decimal): -807694 or 15903987. OLE color: 15903987.
HSL color Cylindrical-coordinate representation of color #F3ACF2: hue angle of 300.85º degrees, saturation: 0.75, 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 #F3ACF2 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 242 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.05 |
| HSL | 300.85º | 0.75% | 0.81% | - |
| HSV(B) | 300.85º | 0.29% | 0.95% | - |
| XYZ | 67.74 | 54.97 | 91.04 | - |
| YUV | 201.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 242 | 0 | 0.29 | 0.00 | 0.05 | 300.85 | 0.75 | 0.81 |
| Hex | F3 | AC | F2 | 0 | 1D | 0 | 5 | 12D | 4B | 51 |
| Octal | 363 | 254 | 362 | 0 | 35 | 0 | 5 | 455 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11110010 | 0 | 11101 | 0 | 101 | 100101101 | 1001011 | 1010001 |
Color Harmonies of #F3ACF2
Complementary color
Monochromatic Colors of #F3ACF2
Black with #F3ACF2
Text Example
Text Example
White with #F3ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACF2; }
p { color: rgb(243,172,242); }
H1.HeaderClassName
{
color: #F3ACF2;
}
.AnyTagClassName
{
color: #F3ACF2;
}
</style>
background-color css
<style>
a { background-color: #F3ACF2; }
a { background-color: rgb(243,172,242); }
div.DivClassName
{
background-color: #F3ACF2;
}
.BgClassName
{
background-color: #F3ACF2;
}
</style>
border-color css
<style>
span { border-color: #F3ACF2; }
span { border-color: rgb(243,172,242); }
td.TdClassName
{
border-color: #F3ACF2;
}
.TagClassName
{
border-color: #F3ACF2;
}
</style>