Shades of Lavender Rose #F3A8E5
Tints of Lavender Rose #F3A8E5
RGB
CMYK
RGB Variations
Color information
#F3A8E5 (or 0xF3A8E5) is known color: Lavender Rose. HEX triplet: F3, A8 and E5. RGB value is (243,168,229). Sum of RGB (Red+Green+Blue) = 243+168+229=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8E5 is #0C571A. Grayscale: #C5C5C5. Windows color (decimal): -808731 or 15050995. OLE color: 15050995.
HSL color Cylindrical-coordinate representation of color #F3A8E5: hue angle of 311.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 #F3A8E5 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 229 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.05 |
| HSL | 311.2º | 0.76% | 0.81% | - |
| HSV(B) | 311.2º | 0.31% | 0.95% | - |
| XYZ | 65.11 | 52.72 | 80.87 | - |
| YUV | 197.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 229 | 0 | 0.31 | 0.06 | 0.05 | 311.2 | 0.76 | 0.81 |
| Hex | F3 | A8 | E5 | 0 | 1F | 6 | 5 | 137 | 4C | 51 |
| Octal | 363 | 250 | 345 | 0 | 37 | 6 | 5 | 467 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11100101 | 0 | 11111 | 110 | 101 | 100110111 | 1001100 | 1010001 |
Color Harmonies of #F3A8E5
Complementary color
Monochromatic Colors of #F3A8E5
Black with #F3A8E5
Text Example
Text Example
White with #F3A8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8E5; }
p { color: rgb(243,168,229); }
H1.HeaderClassName
{
color: #F3A8E5;
}
.AnyTagClassName
{
color: #F3A8E5;
}
</style>
background-color css
<style>
a { background-color: #F3A8E5; }
a { background-color: rgb(243,168,229); }
div.DivClassName
{
background-color: #F3A8E5;
}
.BgClassName
{
background-color: #F3A8E5;
}
</style>
border-color css
<style>
span { border-color: #F3A8E5; }
span { border-color: rgb(243,168,229); }
td.TdClassName
{
border-color: #F3A8E5;
}
.TagClassName
{
border-color: #F3A8E5;
}
</style>