Shades of Lavender Rose #F3ADE0
Tints of Lavender Rose #F3ADE0
RGB
CMYK
RGB Variations
Color information
#F3ADE0 (or 0xF3ADE0) is known color: Lavender Rose. HEX triplet: F3, AD and E0. RGB value is (243,173,224). Sum of RGB (Red+Green+Blue) = 243+173+224=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADE0 is #0C521F. Grayscale: #C7C7C7. Windows color (decimal): -807456 or 14724595. OLE color: 14724595.
HSL color Cylindrical-coordinate representation of color #F3ADE0: hue angle of 316.29º 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 #F3ADE0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 224 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.05 |
| HSL | 316.29º | 0.74% | 0.82% | - |
| HSV(B) | 316.29º | 0.29% | 0.95% | - |
| XYZ | 65.36 | 54.32 | 77.56 | - |
| YUV | 199.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 224 | 0 | 0.29 | 0.08 | 0.05 | 316.29 | 0.74 | 0.82 |
| Hex | F3 | AD | E0 | 0 | 1D | 8 | 5 | 13C | 4A | 52 |
| Octal | 363 | 255 | 340 | 0 | 35 | 10 | 5 | 474 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11100000 | 0 | 11101 | 1000 | 101 | 100111100 | 1001010 | 1010010 |
Color Harmonies of #F3ADE0
Complementary color
Monochromatic Colors of #F3ADE0
Black with #F3ADE0
Text Example
Text Example
White with #F3ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADE0; }
p { color: rgb(243,173,224); }
H1.HeaderClassName
{
color: #F3ADE0;
}
.AnyTagClassName
{
color: #F3ADE0;
}
</style>
background-color css
<style>
a { background-color: #F3ADE0; }
a { background-color: rgb(243,173,224); }
div.DivClassName
{
background-color: #F3ADE0;
}
.BgClassName
{
background-color: #F3ADE0;
}
</style>
border-color css
<style>
span { border-color: #F3ADE0; }
span { border-color: rgb(243,173,224); }
td.TdClassName
{
border-color: #F3ADE0;
}
.TagClassName
{
border-color: #F3ADE0;
}
</style>