Shades of Lavender Rose #F3ADDE
Tints of Lavender Rose #F3ADDE
RGB
CMYK
RGB Variations
Color information
#F3ADDE (or 0xF3ADDE) is known color: Lavender Rose. HEX triplet: F3, AD and DE. RGB value is (243,173,222). Sum of RGB (Red+Green+Blue) = 243+173+222=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADDE is #0C5221. Grayscale: #C7C7C7. Windows color (decimal): -807458 or 14593523. OLE color: 14593523.
HSL color Cylindrical-coordinate representation of color #F3ADDE: hue angle of 318º 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 #F3ADDE is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 222 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.05 |
| HSL | 318º | 0.74% | 0.82% | - |
| HSV(B) | 318º | 0.29% | 0.95% | - |
| XYZ | 65.09 | 54.22 | 76.14 | - |
| YUV | 199.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 222 | 0 | 0.29 | 0.09 | 0.05 | 318 | 0.74 | 0.82 |
| Hex | F3 | AD | DE | 0 | 1D | 9 | 5 | 13E | 4A | 52 |
| Octal | 363 | 255 | 336 | 0 | 35 | 11 | 5 | 476 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11011110 | 0 | 11101 | 1001 | 101 | 100111110 | 1001010 | 1010010 |
Color Harmonies of #F3ADDE
Complementary color
Monochromatic Colors of #F3ADDE
Black with #F3ADDE
Text Example
Text Example
White with #F3ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADDE; }
p { color: rgb(243,173,222); }
H1.HeaderClassName
{
color: #F3ADDE;
}
.AnyTagClassName
{
color: #F3ADDE;
}
</style>
background-color css
<style>
a { background-color: #F3ADDE; }
a { background-color: rgb(243,173,222); }
div.DivClassName
{
background-color: #F3ADDE;
}
.BgClassName
{
background-color: #F3ADDE;
}
</style>
border-color css
<style>
span { border-color: #F3ADDE; }
span { border-color: rgb(243,173,222); }
td.TdClassName
{
border-color: #F3ADDE;
}
.TagClassName
{
border-color: #F3ADDE;
}
</style>