Shades of Lavender Rose #F3A8DB
Tints of Lavender Rose #F3A8DB
RGB
CMYK
RGB Variations
Color information
#F3A8DB (or 0xF3A8DB) is known color: Lavender Rose. HEX triplet: F3, A8 and DB. RGB value is (243,168,219). Sum of RGB (Red+Green+Blue) = 243+168+219=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8DB is #0C5724. Grayscale: #C4C4C4. Windows color (decimal): -808741 or 14395635. OLE color: 14395635.
HSL color Cylindrical-coordinate representation of color #F3A8DB: hue angle of 319.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A8DB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 219 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.05 |
| HSL | 319.2º | 0.76% | 0.81% | - |
| HSV(B) | 319.2º | 0.31% | 0.95% | - |
| XYZ | 63.75 | 52.17 | 73.73 | - |
| YUV | 196.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 219 | 0 | 0.31 | 0.10 | 0.05 | 319.2 | 0.76 | 0.81 |
| Hex | F3 | A8 | DB | 0 | 1F | A | 5 | 13F | 4C | 51 |
| Octal | 363 | 250 | 333 | 0 | 37 | 12 | 5 | 477 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11011011 | 0 | 11111 | 1010 | 101 | 100111111 | 1001100 | 1010001 |
Color Harmonies of #F3A8DB
Complementary color
Monochromatic Colors of #F3A8DB
Black with #F3A8DB
Text Example
Text Example
White with #F3A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8DB; }
p { color: rgb(243,168,219); }
H1.HeaderClassName
{
color: #F3A8DB;
}
.AnyTagClassName
{
color: #F3A8DB;
}
</style>
background-color css
<style>
a { background-color: #F3A8DB; }
a { background-color: rgb(243,168,219); }
div.DivClassName
{
background-color: #F3A8DB;
}
.BgClassName
{
background-color: #F3A8DB;
}
</style>
border-color css
<style>
span { border-color: #F3A8DB; }
span { border-color: rgb(243,168,219); }
td.TdClassName
{
border-color: #F3A8DB;
}
.TagClassName
{
border-color: #F3A8DB;
}
</style>