Shades of Lavender Rose #F3A8E8
Tints of Lavender Rose #F3A8E8
RGB
CMYK
RGB Variations
Color information
#F3A8E8 (or 0xF3A8E8) is known color: Lavender Rose. HEX triplet: F3, A8 and E8. RGB value is (243,168,232). Sum of RGB (Red+Green+Blue) = 243+168+232=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A8E8 is #0C5717. Grayscale: #C5C5C5. Windows color (decimal): -808728 or 15247603. OLE color: 15247603.
HSL color Cylindrical-coordinate representation of color #F3A8E8: hue angle of 308.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 #F3A8E8 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 232 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.05 |
| HSL | 308.8º | 0.76% | 0.81% | - |
| HSV(B) | 308.8º | 0.31% | 0.95% | - |
| XYZ | 65.53 | 52.89 | 83.1 | - |
| YUV | 197.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 232 | 0 | 0.31 | 0.05 | 0.05 | 308.8 | 0.76 | 0.81 |
| Hex | F3 | A8 | E8 | 0 | 1F | 5 | 5 | 135 | 4C | 51 |
| Octal | 363 | 250 | 350 | 0 | 37 | 5 | 5 | 465 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11101000 | 0 | 11111 | 101 | 101 | 100110101 | 1001100 | 1010001 |
Color Harmonies of #F3A8E8
Complementary color
Monochromatic Colors of #F3A8E8
Black with #F3A8E8
Text Example
Text Example
White with #F3A8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8E8; }
p { color: rgb(243,168,232); }
H1.HeaderClassName
{
color: #F3A8E8;
}
.AnyTagClassName
{
color: #F3A8E8;
}
</style>
background-color css
<style>
a { background-color: #F3A8E8; }
a { background-color: rgb(243,168,232); }
div.DivClassName
{
background-color: #F3A8E8;
}
.BgClassName
{
background-color: #F3A8E8;
}
</style>
border-color css
<style>
span { border-color: #F3A8E8; }
span { border-color: rgb(243,168,232); }
td.TdClassName
{
border-color: #F3A8E8;
}
.TagClassName
{
border-color: #F3A8E8;
}
</style>