Shades of Lavender Rose #F3ACE8
Tints of Lavender Rose #F3ACE8
RGB
CMYK
RGB Variations
Color information
#F3ACE8 (or 0xF3ACE8) is known color: Lavender Rose. HEX triplet: F3, AC and E8. RGB value is (243,172,232). Sum of RGB (Red+Green+Blue) = 243+172+232=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACE8 is #0C5317. Grayscale: #C7C7C7. Windows color (decimal): -807704 or 15248627. OLE color: 15248627.
HSL color Cylindrical-coordinate representation of color #F3ACE8: hue angle of 309.3º 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 #F3ACE8 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 232 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.05 |
| HSL | 309.3º | 0.75% | 0.81% | - |
| HSV(B) | 309.3º | 0.29% | 0.95% | - |
| XYZ | 66.28 | 54.39 | 83.35 | - |
| YUV | 200.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 232 | 0 | 0.29 | 0.05 | 0.05 | 309.3 | 0.75 | 0.81 |
| Hex | F3 | AC | E8 | 0 | 1D | 5 | 5 | 135 | 4B | 51 |
| Octal | 363 | 254 | 350 | 0 | 35 | 5 | 5 | 465 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11101000 | 0 | 11101 | 101 | 101 | 100110101 | 1001011 | 1010001 |
Color Harmonies of #F3ACE8
Complementary color
Monochromatic Colors of #F3ACE8
Black with #F3ACE8
Text Example
Text Example
White with #F3ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACE8; }
p { color: rgb(243,172,232); }
H1.HeaderClassName
{
color: #F3ACE8;
}
.AnyTagClassName
{
color: #F3ACE8;
}
</style>
background-color css
<style>
a { background-color: #F3ACE8; }
a { background-color: rgb(243,172,232); }
div.DivClassName
{
background-color: #F3ACE8;
}
.BgClassName
{
background-color: #F3ACE8;
}
</style>
border-color css
<style>
span { border-color: #F3ACE8; }
span { border-color: rgb(243,172,232); }
td.TdClassName
{
border-color: #F3ACE8;
}
.TagClassName
{
border-color: #F3ACE8;
}
</style>