Shades of Lavender Rose #F3ADEC
Tints of Lavender Rose #F3ADEC
RGB
CMYK
RGB Variations
Color information
#F3ADEC (or 0xF3ADEC) is known color: Lavender Rose. HEX triplet: F3, AD and EC. RGB value is (243,173,236). Sum of RGB (Red+Green+Blue) = 243+173+236=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ADEC is #0C5213. Grayscale: #C8C8C8. Windows color (decimal): -807444 or 15511027. OLE color: 15511027.
HSL color Cylindrical-coordinate representation of color #F3ADEC: hue angle of 306º 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 #F3ADEC is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 236 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.05 |
| HSL | 306º | 0.74% | 0.82% | - |
| HSV(B) | 306º | 0.29% | 0.95% | - |
| XYZ | 67.05 | 55 | 86.44 | - |
| YUV | 201.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 236 | 0 | 0.29 | 0.03 | 0.05 | 306 | 0.74 | 0.82 |
| Hex | F3 | AD | EC | 0 | 1D | 3 | 5 | 132 | 4A | 52 |
| Octal | 363 | 255 | 354 | 0 | 35 | 3 | 5 | 462 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11101100 | 0 | 11101 | 11 | 101 | 100110010 | 1001010 | 1010010 |
Color Harmonies of #F3ADEC
Complementary color
Monochromatic Colors of #F3ADEC
Black with #F3ADEC
Text Example
Text Example
White with #F3ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADEC; }
p { color: rgb(243,173,236); }
H1.HeaderClassName
{
color: #F3ADEC;
}
.AnyTagClassName
{
color: #F3ADEC;
}
</style>
background-color css
<style>
a { background-color: #F3ADEC; }
a { background-color: rgb(243,173,236); }
div.DivClassName
{
background-color: #F3ADEC;
}
.BgClassName
{
background-color: #F3ADEC;
}
</style>
border-color css
<style>
span { border-color: #F3ADEC; }
span { border-color: rgb(243,173,236); }
td.TdClassName
{
border-color: #F3ADEC;
}
.TagClassName
{
border-color: #F3ADEC;
}
</style>