Shades of Lavender Rose #F3ADDD
Tints of Lavender Rose #F3ADDD
RGB
CMYK
RGB Variations
Color information
#F3ADDD (or 0xF3ADDD) is known color: Lavender Rose. HEX triplet: F3, AD and DD. RGB value is (243,173,221). Sum of RGB (Red+Green+Blue) = 243+173+221=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADDD is #0C5222. Grayscale: #C7C7C7. Windows color (decimal): -807459 or 14527987. OLE color: 14527987.
HSL color Cylindrical-coordinate representation of color #F3ADDD: hue angle of 318.86º 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 #F3ADDD is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 221 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.05 |
| HSL | 318.86º | 0.74% | 0.82% | - |
| HSV(B) | 318.86º | 0.29% | 0.95% | - |
| XYZ | 64.96 | 54.16 | 75.44 | - |
| YUV | 199.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 221 | 0 | 0.29 | 0.09 | 0.05 | 318.86 | 0.74 | 0.82 |
| Hex | F3 | AD | DD | 0 | 1D | 9 | 5 | 13F | 4A | 52 |
| Octal | 363 | 255 | 335 | 0 | 35 | 11 | 5 | 477 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11011101 | 0 | 11101 | 1001 | 101 | 100111111 | 1001010 | 1010010 |
Color Harmonies of #F3ADDD
Complementary color
Monochromatic Colors of #F3ADDD
Black with #F3ADDD
Text Example
Text Example
White with #F3ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADDD; }
p { color: rgb(243,173,221); }
H1.HeaderClassName
{
color: #F3ADDD;
}
.AnyTagClassName
{
color: #F3ADDD;
}
</style>
background-color css
<style>
a { background-color: #F3ADDD; }
a { background-color: rgb(243,173,221); }
div.DivClassName
{
background-color: #F3ADDD;
}
.BgClassName
{
background-color: #F3ADDD;
}
</style>
border-color css
<style>
span { border-color: #F3ADDD; }
span { border-color: rgb(243,173,221); }
td.TdClassName
{
border-color: #F3ADDD;
}
.TagClassName
{
border-color: #F3ADDD;
}
</style>