Shades of Lavender Rose #F3ADEA
Tints of Lavender Rose #F3ADEA
RGB
CMYK
RGB Variations
Color information
#F3ADEA (or 0xF3ADEA) is known color: Lavender Rose. HEX triplet: F3, AD and EA. RGB value is (243,173,234). Sum of RGB (Red+Green+Blue) = 243+173+234=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ADEA is #0C5215. Grayscale: #C8C8C8. Windows color (decimal): -807446 or 15379955. OLE color: 15379955.
HSL color Cylindrical-coordinate representation of color #F3ADEA: hue angle of 307.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ADEA is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 234 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.05 |
| HSL | 307.71º | 0.74% | 0.82% | - |
| HSV(B) | 307.71º | 0.29% | 0.95% | - |
| XYZ | 66.76 | 54.88 | 84.92 | - |
| YUV | 200.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 234 | 0 | 0.29 | 0.04 | 0.05 | 307.71 | 0.74 | 0.82 |
| Hex | F3 | AD | EA | 0 | 1D | 4 | 5 | 134 | 4A | 52 |
| Octal | 363 | 255 | 352 | 0 | 35 | 4 | 5 | 464 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11101010 | 0 | 11101 | 100 | 101 | 100110100 | 1001010 | 1010010 |
Color Harmonies of #F3ADEA
Complementary color
Monochromatic Colors of #F3ADEA
Black with #F3ADEA
Text Example
Text Example
White with #F3ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADEA; }
p { color: rgb(243,173,234); }
H1.HeaderClassName
{
color: #F3ADEA;
}
.AnyTagClassName
{
color: #F3ADEA;
}
</style>
background-color css
<style>
a { background-color: #F3ADEA; }
a { background-color: rgb(243,173,234); }
div.DivClassName
{
background-color: #F3ADEA;
}
.BgClassName
{
background-color: #F3ADEA;
}
</style>
border-color css
<style>
span { border-color: #F3ADEA; }
span { border-color: rgb(243,173,234); }
td.TdClassName
{
border-color: #F3ADEA;
}
.TagClassName
{
border-color: #F3ADEA;
}
</style>