Shades of Lavender Rose #F3ADE1
Tints of Lavender Rose #F3ADE1
RGB
CMYK
RGB Variations
Color information
#F3ADE1 (or 0xF3ADE1) is known color: Lavender Rose. HEX triplet: F3, AD and E1. RGB value is (243,173,225). Sum of RGB (Red+Green+Blue) = 243+173+225=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADE1 is #0C521E. Grayscale: #C7C7C7. Windows color (decimal): -807455 or 14790131. OLE color: 14790131.
HSL color Cylindrical-coordinate representation of color #F3ADE1: hue angle of 315.43º 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 #F3ADE1 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 225 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 315.43º | 0.74% | 0.82% | - |
| HSV(B) | 315.43º | 0.29% | 0.95% | - |
| XYZ | 65.5 | 54.38 | 78.28 | - |
| YUV | 199.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 225 | 0 | 0.29 | 0.07 | 0.05 | 315.43 | 0.74 | 0.82 |
| Hex | F3 | AD | E1 | 0 | 1D | 7 | 5 | 13B | 4A | 52 |
| Octal | 363 | 255 | 341 | 0 | 35 | 7 | 5 | 473 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11100001 | 0 | 11101 | 111 | 101 | 100111011 | 1001010 | 1010010 |
Color Harmonies of #F3ADE1
Complementary color
Monochromatic Colors of #F3ADE1
Black with #F3ADE1
Text Example
Text Example
White with #F3ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADE1; }
p { color: rgb(243,173,225); }
H1.HeaderClassName
{
color: #F3ADE1;
}
.AnyTagClassName
{
color: #F3ADE1;
}
</style>
background-color css
<style>
a { background-color: #F3ADE1; }
a { background-color: rgb(243,173,225); }
div.DivClassName
{
background-color: #F3ADE1;
}
.BgClassName
{
background-color: #F3ADE1;
}
</style>
border-color css
<style>
span { border-color: #F3ADE1; }
span { border-color: rgb(243,173,225); }
td.TdClassName
{
border-color: #F3ADE1;
}
.TagClassName
{
border-color: #F3ADE1;
}
</style>