Shades of Lavender Rose #F5ADF2
Tints of Lavender Rose #F5ADF2
RGB
CMYK
RGB Variations
Color information
#F5ADF2 (or 0xF5ADF2) is known color: Lavender Rose. HEX triplet: F5, AD and F2. RGB value is (245,173,242). Sum of RGB (Red+Green+Blue) = 245+173+242=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADF2 is #0A520D. Grayscale: #CACACA. Windows color (decimal): -676366 or 15904245. OLE color: 15904245.
HSL color Cylindrical-coordinate representation of color #F5ADF2: hue angle of 302.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADF2 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 242 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.04 |
| HSL | 302.5º | 0.78% | 0.82% | - |
| HSV(B) | 302.5º | 0.29% | 0.96% | - |
| XYZ | 68.63 | 55.71 | 91.14 | - |
| YUV | 202.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 242 | 0 | 0.29 | 0.01 | 0.04 | 302.5 | 0.78 | 0.82 |
| Hex | F5 | AD | F2 | 0 | 1D | 1 | 4 | 12E | 4E | 52 |
| Octal | 365 | 255 | 362 | 0 | 35 | 1 | 4 | 456 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11110010 | 0 | 11101 | 1 | 100 | 100101110 | 1001110 | 1010010 |
Color Harmonies of #F5ADF2
Complementary color
Monochromatic Colors of #F5ADF2
Black with #F5ADF2
Text Example
Text Example
White with #F5ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADF2; }
p { color: rgb(245,173,242); }
H1.HeaderClassName
{
color: #F5ADF2;
}
.AnyTagClassName
{
color: #F5ADF2;
}
</style>
background-color css
<style>
a { background-color: #F5ADF2; }
a { background-color: rgb(245,173,242); }
div.DivClassName
{
background-color: #F5ADF2;
}
.BgClassName
{
background-color: #F5ADF2;
}
</style>
border-color css
<style>
span { border-color: #F5ADF2; }
span { border-color: rgb(245,173,242); }
td.TdClassName
{
border-color: #F5ADF2;
}
.TagClassName
{
border-color: #F5ADF2;
}
</style>