Shades of Lavender Rose #F3ADDB
Tints of Lavender Rose #F3ADDB
RGB
CMYK
RGB Variations
Color information
#F3ADDB (or 0xF3ADDB) is known color: Lavender Rose. HEX triplet: F3, AD and DB. RGB value is (243,173,219). Sum of RGB (Red+Green+Blue) = 243+173+219=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADDB is #0C5224. Grayscale: #C7C7C7. Windows color (decimal): -807461 or 14396915. OLE color: 14396915.
HSL color Cylindrical-coordinate representation of color #F3ADDB: hue angle of 320.57º 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 #F3ADDB is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 219 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.05 |
| HSL | 320.57º | 0.74% | 0.82% | - |
| HSV(B) | 320.57º | 0.29% | 0.95% | - |
| XYZ | 64.69 | 54.06 | 74.04 | - |
| YUV | 199.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 219 | 0 | 0.29 | 0.10 | 0.05 | 320.57 | 0.74 | 0.82 |
| Hex | F3 | AD | DB | 0 | 1D | A | 5 | 141 | 4A | 52 |
| Octal | 363 | 255 | 333 | 0 | 35 | 12 | 5 | 501 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11011011 | 0 | 11101 | 1010 | 101 | 101000001 | 1001010 | 1010010 |
Color Harmonies of #F3ADDB
Complementary color
Monochromatic Colors of #F3ADDB
Black with #F3ADDB
Text Example
Text Example
White with #F3ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADDB; }
p { color: rgb(243,173,219); }
H1.HeaderClassName
{
color: #F3ADDB;
}
.AnyTagClassName
{
color: #F3ADDB;
}
</style>
background-color css
<style>
a { background-color: #F3ADDB; }
a { background-color: rgb(243,173,219); }
div.DivClassName
{
background-color: #F3ADDB;
}
.BgClassName
{
background-color: #F3ADDB;
}
</style>
border-color css
<style>
span { border-color: #F3ADDB; }
span { border-color: rgb(243,173,219); }
td.TdClassName
{
border-color: #F3ADDB;
}
.TagClassName
{
border-color: #F3ADDB;
}
</style>