Shades of Lavender Rose #F3ACE2
Tints of Lavender Rose #F3ACE2
RGB
CMYK
RGB Variations
Color information
#F3ACE2 (or 0xF3ACE2) is known color: Lavender Rose. HEX triplet: F3, AC and E2. RGB value is (243,172,226). Sum of RGB (Red+Green+Blue) = 243+172+226=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACE2 is #0C531D. Grayscale: #C7C7C7. Windows color (decimal): -807710 or 14855411. OLE color: 14855411.
HSL color Cylindrical-coordinate representation of color #F3ACE2: hue angle of 314.37º 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 #F3ACE2 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 226 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 314.37º | 0.75% | 0.81% | - |
| HSV(B) | 314.37º | 0.29% | 0.95% | - |
| XYZ | 65.44 | 54.05 | 78.94 | - |
| YUV | 199.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 226 | 0 | 0.29 | 0.07 | 0.05 | 314.37 | 0.75 | 0.81 |
| Hex | F3 | AC | E2 | 0 | 1D | 7 | 5 | 13A | 4B | 51 |
| Octal | 363 | 254 | 342 | 0 | 35 | 7 | 5 | 472 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11100010 | 0 | 11101 | 111 | 101 | 100111010 | 1001011 | 1010001 |
Color Harmonies of #F3ACE2
Complementary color
Monochromatic Colors of #F3ACE2
Black with #F3ACE2
Text Example
Text Example
White with #F3ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACE2; }
p { color: rgb(243,172,226); }
H1.HeaderClassName
{
color: #F3ACE2;
}
.AnyTagClassName
{
color: #F3ACE2;
}
</style>
background-color css
<style>
a { background-color: #F3ACE2; }
a { background-color: rgb(243,172,226); }
div.DivClassName
{
background-color: #F3ACE2;
}
.BgClassName
{
background-color: #F3ACE2;
}
</style>
border-color css
<style>
span { border-color: #F3ACE2; }
span { border-color: rgb(243,172,226); }
td.TdClassName
{
border-color: #F3ACE2;
}
.TagClassName
{
border-color: #F3ACE2;
}
</style>