Shades of Lavender Rose #F3A8E6
Tints of Lavender Rose #F3A8E6
RGB
CMYK
RGB Variations
Color information
#F3A8E6 (or 0xF3A8E6) is known color: Lavender Rose. HEX triplet: F3, A8 and E6. RGB value is (243,168,230). Sum of RGB (Red+Green+Blue) = 243+168+230=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A8E6 is #0C5719. Grayscale: #C5C5C5. Windows color (decimal): -808730 or 15116531. OLE color: 15116531.
HSL color Cylindrical-coordinate representation of color #F3A8E6: hue angle of 310.4º 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 #F3A8E6 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 230 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.05 |
| HSL | 310.4º | 0.76% | 0.81% | - |
| HSV(B) | 310.4º | 0.31% | 0.95% | - |
| XYZ | 65.25 | 52.77 | 81.61 | - |
| YUV | 197.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 230 | 0 | 0.31 | 0.05 | 0.05 | 310.4 | 0.76 | 0.81 |
| Hex | F3 | A8 | E6 | 0 | 1F | 5 | 5 | 136 | 4C | 51 |
| Octal | 363 | 250 | 346 | 0 | 37 | 5 | 5 | 466 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11100110 | 0 | 11111 | 101 | 101 | 100110110 | 1001100 | 1010001 |
Color Harmonies of #F3A8E6
Complementary color
Monochromatic Colors of #F3A8E6
Black with #F3A8E6
Text Example
Text Example
White with #F3A8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8E6; }
p { color: rgb(243,168,230); }
H1.HeaderClassName
{
color: #F3A8E6;
}
.AnyTagClassName
{
color: #F3A8E6;
}
</style>
background-color css
<style>
a { background-color: #F3A8E6; }
a { background-color: rgb(243,168,230); }
div.DivClassName
{
background-color: #F3A8E6;
}
.BgClassName
{
background-color: #F3A8E6;
}
</style>
border-color css
<style>
span { border-color: #F3A8E6; }
span { border-color: rgb(243,168,230); }
td.TdClassName
{
border-color: #F3A8E6;
}
.TagClassName
{
border-color: #F3A8E6;
}
</style>