Shades of Lavender Rose #F3ACE4
Tints of Lavender Rose #F3ACE4
RGB
CMYK
RGB Variations
Color information
#F3ACE4 (or 0xF3ACE4) is known color: Lavender Rose. HEX triplet: F3, AC and E4. RGB value is (243,172,228). Sum of RGB (Red+Green+Blue) = 243+172+228=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACE4 is #0C531B. Grayscale: #C7C7C7. Windows color (decimal): -807708 or 14986483. OLE color: 14986483.
HSL color Cylindrical-coordinate representation of color #F3ACE4: hue angle of 312.68º 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 #F3ACE4 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 228 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.05 |
| HSL | 312.68º | 0.75% | 0.81% | - |
| HSV(B) | 312.68º | 0.29% | 0.95% | - |
| XYZ | 65.72 | 54.16 | 80.39 | - |
| YUV | 199.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 228 | 0 | 0.29 | 0.06 | 0.05 | 312.68 | 0.75 | 0.81 |
| Hex | F3 | AC | E4 | 0 | 1D | 6 | 5 | 139 | 4B | 51 |
| Octal | 363 | 254 | 344 | 0 | 35 | 6 | 5 | 471 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11100100 | 0 | 11101 | 110 | 101 | 100111001 | 1001011 | 1010001 |
Color Harmonies of #F3ACE4
Complementary color
Monochromatic Colors of #F3ACE4
Black with #F3ACE4
Text Example
Text Example
White with #F3ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACE4; }
p { color: rgb(243,172,228); }
H1.HeaderClassName
{
color: #F3ACE4;
}
.AnyTagClassName
{
color: #F3ACE4;
}
</style>
background-color css
<style>
a { background-color: #F3ACE4; }
a { background-color: rgb(243,172,228); }
div.DivClassName
{
background-color: #F3ACE4;
}
.BgClassName
{
background-color: #F3ACE4;
}
</style>
border-color css
<style>
span { border-color: #F3ACE4; }
span { border-color: rgb(243,172,228); }
td.TdClassName
{
border-color: #F3ACE4;
}
.TagClassName
{
border-color: #F3ACE4;
}
</style>