Shades of Lavender Rose #F3ACE7
Tints of Lavender Rose #F3ACE7
RGB
CMYK
RGB Variations
Color information
#F3ACE7 (or 0xF3ACE7) is known color: Lavender Rose. HEX triplet: F3, AC and E7. RGB value is (243,172,231). Sum of RGB (Red+Green+Blue) = 243+172+231=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACE7 is #0C5318. Grayscale: #C7C7C7. Windows color (decimal): -807705 or 15183091. OLE color: 15183091.
HSL color Cylindrical-coordinate representation of color #F3ACE7: hue angle of 310.14º 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 #F3ACE7 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 231 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.05 |
| HSL | 310.14º | 0.75% | 0.81% | - |
| HSV(B) | 310.14º | 0.29% | 0.95% | - |
| XYZ | 66.14 | 54.33 | 82.6 | - |
| YUV | 199.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 231 | 0 | 0.29 | 0.05 | 0.05 | 310.14 | 0.75 | 0.81 |
| Hex | F3 | AC | E7 | 0 | 1D | 5 | 5 | 136 | 4B | 51 |
| Octal | 363 | 254 | 347 | 0 | 35 | 5 | 5 | 466 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11100111 | 0 | 11101 | 101 | 101 | 100110110 | 1001011 | 1010001 |
Color Harmonies of #F3ACE7
Complementary color
Monochromatic Colors of #F3ACE7
Black with #F3ACE7
Text Example
Text Example
White with #F3ACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACE7; }
p { color: rgb(243,172,231); }
H1.HeaderClassName
{
color: #F3ACE7;
}
.AnyTagClassName
{
color: #F3ACE7;
}
</style>
background-color css
<style>
a { background-color: #F3ACE7; }
a { background-color: rgb(243,172,231); }
div.DivClassName
{
background-color: #F3ACE7;
}
.BgClassName
{
background-color: #F3ACE7;
}
</style>
border-color css
<style>
span { border-color: #F3ACE7; }
span { border-color: rgb(243,172,231); }
td.TdClassName
{
border-color: #F3ACE7;
}
.TagClassName
{
border-color: #F3ACE7;
}
</style>