Shades of Lavender Rose #F3ACF5
Tints of Lavender Rose #F3ACF5
RGB
CMYK
RGB Variations
Color information
#F3ACF5 (or 0xF3ACF5) is known color: Lavender Rose. HEX triplet: F3, AC and F5. RGB value is (243,172,245). Sum of RGB (Red+Green+Blue) = 243+172+245=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #F3ACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACF5 is #0C530A. Grayscale: #C9C9C9. Windows color (decimal): -807691 or 16100595. OLE color: 16100595.
HSL color Cylindrical-coordinate representation of color #F3ACF5: hue angle of 298.36º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3ACF5 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 172 | 245 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.04 |
| HSL | 298.36º | 0.78% | 0.82% | - |
| HSV(B) | 298.36º | 0.3% | 0.96% | - |
| XYZ | 68.2 | 55.15 | 93.44 | - |
| YUV | 201.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 245 | 0.01 | 0.30 | 0 | 0.04 | 298.36 | 0.78 | 0.82 |
| Hex | F3 | AC | F5 | 1 | 1E | 0 | 4 | 12A | 4E | 52 |
| Octal | 363 | 254 | 365 | 1 | 36 | 0 | 4 | 452 | 116 | 122 |
| Binary | 11110011 | 10101100 | 11110101 | 1 | 11110 | 0 | 100 | 100101010 | 1001110 | 1010010 |
Color Harmonies of #F3ACF5
Complementary color
Monochromatic Colors of #F3ACF5
Black with #F3ACF5
Text Example
Text Example
White with #F3ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACF5; }
p { color: rgb(243,172,245); }
H1.HeaderClassName
{
color: #F3ACF5;
}
.AnyTagClassName
{
color: #F3ACF5;
}
</style>
background-color css
<style>
a { background-color: #F3ACF5; }
a { background-color: rgb(243,172,245); }
div.DivClassName
{
background-color: #F3ACF5;
}
.BgClassName
{
background-color: #F3ACF5;
}
</style>
border-color css
<style>
span { border-color: #F3ACF5; }
span { border-color: rgb(243,172,245); }
td.TdClassName
{
border-color: #F3ACF5;
}
.TagClassName
{
border-color: #F3ACF5;
}
</style>