Shades of Lavender Rose #F5ACF3
Tints of Lavender Rose #F5ACF3
RGB
CMYK
RGB Variations
Color information
#F5ACF3 (or 0xF5ACF3) is known color: Lavender Rose. HEX triplet: F5, AC and F3. RGB value is (245,172,243). Sum of RGB (Red+Green+Blue) = 245+172+243=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACF3 is #0A530C. Grayscale: #C9C9C9. Windows color (decimal): -676621 or 15969525. OLE color: 15969525.
HSL color Cylindrical-coordinate representation of color #F5ACF3: hue angle of 301.64º 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 #F5ACF3 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 243 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.04 |
| HSL | 301.64º | 0.78% | 0.82% | - |
| HSV(B) | 301.64º | 0.3% | 0.96% | - |
| XYZ | 68.59 | 55.39 | 91.87 | - |
| YUV | 201.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 243 | 0 | 0.30 | 0.01 | 0.04 | 301.64 | 0.78 | 0.82 |
| Hex | F5 | AC | F3 | 0 | 1E | 1 | 4 | 12E | 4E | 52 |
| Octal | 365 | 254 | 363 | 0 | 36 | 1 | 4 | 456 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11110011 | 0 | 11110 | 1 | 100 | 100101110 | 1001110 | 1010010 |
Color Harmonies of #F5ACF3
Complementary color
Monochromatic Colors of #F5ACF3
Black with #F5ACF3
Text Example
Text Example
White with #F5ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACF3; }
p { color: rgb(245,172,243); }
H1.HeaderClassName
{
color: #F5ACF3;
}
.AnyTagClassName
{
color: #F5ACF3;
}
</style>
background-color css
<style>
a { background-color: #F5ACF3; }
a { background-color: rgb(245,172,243); }
div.DivClassName
{
background-color: #F5ACF3;
}
.BgClassName
{
background-color: #F5ACF3;
}
</style>
border-color css
<style>
span { border-color: #F5ACF3; }
span { border-color: rgb(245,172,243); }
td.TdClassName
{
border-color: #F5ACF3;
}
.TagClassName
{
border-color: #F5ACF3;
}
</style>