Shades of Lavender Rose #F3ACE0
Tints of Lavender Rose #F3ACE0
RGB
CMYK
RGB Variations
Color information
#F3ACE0 (or 0xF3ACE0) is known color: Lavender Rose. HEX triplet: F3, AC and E0. RGB value is (243,172,224). Sum of RGB (Red+Green+Blue) = 243+172+224=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACE0 is #0C531F. Grayscale: #C7C7C7. Windows color (decimal): -807712 or 14724339. OLE color: 14724339.
HSL color Cylindrical-coordinate representation of color #F3ACE0: hue angle of 316.06º 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 #F3ACE0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 224 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.05 |
| HSL | 316.06º | 0.75% | 0.81% | - |
| HSV(B) | 316.06º | 0.29% | 0.95% | - |
| XYZ | 65.17 | 53.94 | 77.5 | - |
| YUV | 199.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 224 | 0 | 0.29 | 0.08 | 0.05 | 316.06 | 0.75 | 0.81 |
| Hex | F3 | AC | E0 | 0 | 1D | 8 | 5 | 13C | 4B | 51 |
| Octal | 363 | 254 | 340 | 0 | 35 | 10 | 5 | 474 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11100000 | 0 | 11101 | 1000 | 101 | 100111100 | 1001011 | 1010001 |
Color Harmonies of #F3ACE0
Complementary color
Monochromatic Colors of #F3ACE0
Black with #F3ACE0
Text Example
Text Example
White with #F3ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACE0; }
p { color: rgb(243,172,224); }
H1.HeaderClassName
{
color: #F3ACE0;
}
.AnyTagClassName
{
color: #F3ACE0;
}
</style>
background-color css
<style>
a { background-color: #F3ACE0; }
a { background-color: rgb(243,172,224); }
div.DivClassName
{
background-color: #F3ACE0;
}
.BgClassName
{
background-color: #F3ACE0;
}
</style>
border-color css
<style>
span { border-color: #F3ACE0; }
span { border-color: rgb(243,172,224); }
td.TdClassName
{
border-color: #F3ACE0;
}
.TagClassName
{
border-color: #F3ACE0;
}
</style>