Shades of Lavender Rose #F3ACE3
Tints of Lavender Rose #F3ACE3
RGB
CMYK
RGB Variations
Color information
#F3ACE3 (or 0xF3ACE3) is known color: Lavender Rose. HEX triplet: F3, AC and E3. RGB value is (243,172,227). Sum of RGB (Red+Green+Blue) = 243+172+227=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACE3 is #0C531C. Grayscale: #C7C7C7. Windows color (decimal): -807709 or 14920947. OLE color: 14920947.
HSL color Cylindrical-coordinate representation of color #F3ACE3: hue angle of 313.52º 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 #F3ACE3 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 227 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 313.52º | 0.75% | 0.81% | - |
| HSV(B) | 313.52º | 0.29% | 0.95% | - |
| XYZ | 65.58 | 54.11 | 79.66 | - |
| YUV | 199.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 227 | 0 | 0.29 | 0.07 | 0.05 | 313.52 | 0.75 | 0.81 |
| Hex | F3 | AC | E3 | 0 | 1D | 7 | 5 | 13A | 4B | 51 |
| Octal | 363 | 254 | 343 | 0 | 35 | 7 | 5 | 472 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11100011 | 0 | 11101 | 111 | 101 | 100111010 | 1001011 | 1010001 |
Color Harmonies of #F3ACE3
Complementary color
Monochromatic Colors of #F3ACE3
Black with #F3ACE3
Text Example
Text Example
White with #F3ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACE3; }
p { color: rgb(243,172,227); }
H1.HeaderClassName
{
color: #F3ACE3;
}
.AnyTagClassName
{
color: #F3ACE3;
}
</style>
background-color css
<style>
a { background-color: #F3ACE3; }
a { background-color: rgb(243,172,227); }
div.DivClassName
{
background-color: #F3ACE3;
}
.BgClassName
{
background-color: #F3ACE3;
}
</style>
border-color css
<style>
span { border-color: #F3ACE3; }
span { border-color: rgb(243,172,227); }
td.TdClassName
{
border-color: #F3ACE3;
}
.TagClassName
{
border-color: #F3ACE3;
}
</style>