Shades of Lavender Rose #F5ADDD
Tints of Lavender Rose #F5ADDD
RGB
CMYK
RGB Variations
Color information
#F5ADDD (or 0xF5ADDD) is known color: Lavender Rose. HEX triplet: F5, AD and DD. RGB value is (245,173,221). Sum of RGB (Red+Green+Blue) = 245+173+221=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADDD is #0A5222. Grayscale: #C7C7C7. Windows color (decimal): -676387 or 14527989. OLE color: 14527989.
HSL color Cylindrical-coordinate representation of color #F5ADDD: hue angle of 320º 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 #F5ADDD is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 221 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.04 |
| HSL | 320º | 0.78% | 0.82% | - |
| HSV(B) | 320º | 0.29% | 0.96% | - |
| XYZ | 65.65 | 54.52 | 75.47 | - |
| YUV | 200 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 221 | 0 | 0.29 | 0.10 | 0.04 | 320 | 0.78 | 0.82 |
| Hex | F5 | AD | DD | 0 | 1D | A | 4 | 140 | 4E | 52 |
| Octal | 365 | 255 | 335 | 0 | 35 | 12 | 4 | 500 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11011101 | 0 | 11101 | 1010 | 100 | 101000000 | 1001110 | 1010010 |
Color Harmonies of #F5ADDD
Complementary color
Monochromatic Colors of #F5ADDD
Black with #F5ADDD
Text Example
Text Example
White with #F5ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADDD; }
p { color: rgb(245,173,221); }
H1.HeaderClassName
{
color: #F5ADDD;
}
.AnyTagClassName
{
color: #F5ADDD;
}
</style>
background-color css
<style>
a { background-color: #F5ADDD; }
a { background-color: rgb(245,173,221); }
div.DivClassName
{
background-color: #F5ADDD;
}
.BgClassName
{
background-color: #F5ADDD;
}
</style>
border-color css
<style>
span { border-color: #F5ADDD; }
span { border-color: rgb(245,173,221); }
td.TdClassName
{
border-color: #F5ADDD;
}
.TagClassName
{
border-color: #F5ADDD;
}
</style>