Shades of Lavender Rose #F3A8D9
Tints of Lavender Rose #F3A8D9
RGB
CMYK
RGB Variations
Color information
#F3A8D9 (or 0xF3A8D9) is known color: Lavender Rose. HEX triplet: F3, A8 and D9. RGB value is (243,168,217). Sum of RGB (Red+Green+Blue) = 243+168+217=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8D9 is #0C5726. Grayscale: #C3C3C3. Windows color (decimal): -808743 or 14264563. OLE color: 14264563.
HSL color Cylindrical-coordinate representation of color #F3A8D9: hue angle of 320.8º 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 #F3A8D9 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 217 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.05 |
| HSL | 320.8º | 0.76% | 0.81% | - |
| HSV(B) | 320.8º | 0.31% | 0.95% | - |
| XYZ | 63.49 | 52.07 | 72.35 | - |
| YUV | 196.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 217 | 0 | 0.31 | 0.11 | 0.05 | 320.8 | 0.76 | 0.81 |
| Hex | F3 | A8 | D9 | 0 | 1F | B | 5 | 141 | 4C | 51 |
| Octal | 363 | 250 | 331 | 0 | 37 | 13 | 5 | 501 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11011001 | 0 | 11111 | 1011 | 101 | 101000001 | 1001100 | 1010001 |
Color Harmonies of #F3A8D9
Complementary color
Monochromatic Colors of #F3A8D9
Black with #F3A8D9
Text Example
Text Example
White with #F3A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8D9; }
p { color: rgb(243,168,217); }
H1.HeaderClassName
{
color: #F3A8D9;
}
.AnyTagClassName
{
color: #F3A8D9;
}
</style>
background-color css
<style>
a { background-color: #F3A8D9; }
a { background-color: rgb(243,168,217); }
div.DivClassName
{
background-color: #F3A8D9;
}
.BgClassName
{
background-color: #F3A8D9;
}
</style>
border-color css
<style>
span { border-color: #F3A8D9; }
span { border-color: rgb(243,168,217); }
td.TdClassName
{
border-color: #F3A8D9;
}
.TagClassName
{
border-color: #F3A8D9;
}
</style>