Shades of Lavender Rose #F3ACF1
Tints of Lavender Rose #F3ACF1
RGB
CMYK
RGB Variations
Color information
#F3ACF1 (or 0xF3ACF1) is known color: Lavender Rose. HEX triplet: F3, AC and F1. RGB value is (243,172,241). Sum of RGB (Red+Green+Blue) = 243+172+241=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACF1 is #0C530E. Grayscale: #C8C8C8. Windows color (decimal): -807695 or 15838451. OLE color: 15838451.
HSL color Cylindrical-coordinate representation of color #F3ACF1: hue angle of 301.69º 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 #F3ACF1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 241 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.05 |
| HSL | 301.69º | 0.75% | 0.81% | - |
| HSV(B) | 301.69º | 0.29% | 0.95% | - |
| XYZ | 67.59 | 54.91 | 90.26 | - |
| YUV | 201.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 241 | 0 | 0.29 | 0.01 | 0.05 | 301.69 | 0.75 | 0.81 |
| Hex | F3 | AC | F1 | 0 | 1D | 1 | 5 | 12E | 4B | 51 |
| Octal | 363 | 254 | 361 | 0 | 35 | 1 | 5 | 456 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11110001 | 0 | 11101 | 1 | 101 | 100101110 | 1001011 | 1010001 |
Color Harmonies of #F3ACF1
Complementary color
Monochromatic Colors of #F3ACF1
Black with #F3ACF1
Text Example
Text Example
White with #F3ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACF1; }
p { color: rgb(243,172,241); }
H1.HeaderClassName
{
color: #F3ACF1;
}
.AnyTagClassName
{
color: #F3ACF1;
}
</style>
background-color css
<style>
a { background-color: #F3ACF1; }
a { background-color: rgb(243,172,241); }
div.DivClassName
{
background-color: #F3ACF1;
}
.BgClassName
{
background-color: #F3ACF1;
}
</style>
border-color css
<style>
span { border-color: #F3ACF1; }
span { border-color: rgb(243,172,241); }
td.TdClassName
{
border-color: #F3ACF1;
}
.TagClassName
{
border-color: #F3ACF1;
}
</style>