Shades of Lavender Rose #F3A6E2
Tints of Lavender Rose #F3A6E2
RGB
CMYK
RGB Variations
Color information
#F3A6E2 (or 0xF3A6E2) is known color: Lavender Rose. HEX triplet: F3, A6 and E2. RGB value is (243,166,226). Sum of RGB (Red+Green+Blue) = 243+166+226=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 166 (65.23% from 255 or 26.14% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A6E2 is #0C591D. Grayscale: #C3C3C3. Windows color (decimal): -809246 or 14853875. OLE color: 14853875.
HSL color Cylindrical-coordinate representation of color #F3A6E2: hue angle of 313.25º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A6E2 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 226 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.05 |
| HSL | 313.25º | 0.76% | 0.8% | - |
| HSV(B) | 313.25º | 0.32% | 0.95% | - |
| XYZ | 64.33 | 51.82 | 78.56 | - |
| YUV | 195.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 226 | 0 | 0.32 | 0.07 | 0.05 | 313.25 | 0.76 | 0.8 |
| Hex | F3 | A6 | E2 | 0 | 20 | 7 | 5 | 139 | 4C | 50 |
| Octal | 363 | 246 | 342 | 0 | 40 | 7 | 5 | 471 | 114 | 120 |
| Binary | 11110011 | 10100110 | 11100010 | 0 | 100000 | 111 | 101 | 100111001 | 1001100 | 1010000 |
Color Harmonies of #F3A6E2
Complementary color
Monochromatic Colors of #F3A6E2
Black with #F3A6E2
Text Example
Text Example
White with #F3A6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A6E2; }
p { color: rgb(243,166,226); }
H1.HeaderClassName
{
color: #F3A6E2;
}
.AnyTagClassName
{
color: #F3A6E2;
}
</style>
background-color css
<style>
a { background-color: #F3A6E2; }
a { background-color: rgb(243,166,226); }
div.DivClassName
{
background-color: #F3A6E2;
}
.BgClassName
{
background-color: #F3A6E2;
}
</style>
border-color css
<style>
span { border-color: #F3A6E2; }
span { border-color: rgb(243,166,226); }
td.TdClassName
{
border-color: #F3A6E2;
}
.TagClassName
{
border-color: #F3A6E2;
}
</style>