Shades of Lavender Rose #F5ACF1
Tints of Lavender Rose #F5ACF1
RGB
CMYK
RGB Variations
Color information
#F5ACF1 (or 0xF5ACF1) is known color: Lavender Rose. HEX triplet: F5, AC and F1. RGB value is (245,172,241). Sum of RGB (Red+Green+Blue) = 245+172+241=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACF1 is #0A530E. Grayscale: #C9C9C9. Windows color (decimal): -676623 or 15838453. OLE color: 15838453.
HSL color Cylindrical-coordinate representation of color #F5ACF1: hue angle of 303.29º 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 #F5ACF1 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 241 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.04 |
| HSL | 303.29º | 0.78% | 0.82% | - |
| HSV(B) | 303.29º | 0.3% | 0.96% | - |
| XYZ | 68.29 | 55.27 | 90.29 | - |
| YUV | 201.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 241 | 0 | 0.30 | 0.02 | 0.04 | 303.29 | 0.78 | 0.82 |
| Hex | F5 | AC | F1 | 0 | 1E | 2 | 4 | 12F | 4E | 52 |
| Octal | 365 | 254 | 361 | 0 | 36 | 2 | 4 | 457 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11110001 | 0 | 11110 | 10 | 100 | 100101111 | 1001110 | 1010010 |
Color Harmonies of #F5ACF1
Complementary color
Monochromatic Colors of #F5ACF1
Black with #F5ACF1
Text Example
Text Example
White with #F5ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACF1; }
p { color: rgb(245,172,241); }
H1.HeaderClassName
{
color: #F5ACF1;
}
.AnyTagClassName
{
color: #F5ACF1;
}
</style>
background-color css
<style>
a { background-color: #F5ACF1; }
a { background-color: rgb(245,172,241); }
div.DivClassName
{
background-color: #F5ACF1;
}
.BgClassName
{
background-color: #F5ACF1;
}
</style>
border-color css
<style>
span { border-color: #F5ACF1; }
span { border-color: rgb(245,172,241); }
td.TdClassName
{
border-color: #F5ACF1;
}
.TagClassName
{
border-color: #F5ACF1;
}
</style>