Shades of Lavender Rose #F3A8F1
Tints of Lavender Rose #F3A8F1
RGB
CMYK
RGB Variations
Color information
#F3A8F1 (or 0xF3A8F1) is known color: Lavender Rose. HEX triplet: F3, A8 and F1. RGB value is (243,168,241). Sum of RGB (Red+Green+Blue) = 243+168+241=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A8F1 is #0C570E. Grayscale: #C6C6C6. Windows color (decimal): -808719 or 15837427. OLE color: 15837427.
HSL color Cylindrical-coordinate representation of color #F3A8F1: hue angle of 301.6º 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 #F3A8F1 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 241 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.05 |
| HSL | 301.6º | 0.76% | 0.81% | - |
| HSV(B) | 301.6º | 0.31% | 0.95% | - |
| XYZ | 66.84 | 53.41 | 90.01 | - |
| YUV | 198.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 241 | 0 | 0.31 | 0.01 | 0.05 | 301.6 | 0.76 | 0.81 |
| Hex | F3 | A8 | F1 | 0 | 1F | 1 | 5 | 12E | 4C | 51 |
| Octal | 363 | 250 | 361 | 0 | 37 | 1 | 5 | 456 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11110001 | 0 | 11111 | 1 | 101 | 100101110 | 1001100 | 1010001 |
Color Harmonies of #F3A8F1
Complementary color
Monochromatic Colors of #F3A8F1
Black with #F3A8F1
Text Example
Text Example
White with #F3A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8F1; }
p { color: rgb(243,168,241); }
H1.HeaderClassName
{
color: #F3A8F1;
}
.AnyTagClassName
{
color: #F3A8F1;
}
</style>
background-color css
<style>
a { background-color: #F3A8F1; }
a { background-color: rgb(243,168,241); }
div.DivClassName
{
background-color: #F3A8F1;
}
.BgClassName
{
background-color: #F3A8F1;
}
</style>
border-color css
<style>
span { border-color: #F3A8F1; }
span { border-color: rgb(243,168,241); }
td.TdClassName
{
border-color: #F3A8F1;
}
.TagClassName
{
border-color: #F3A8F1;
}
</style>