Shades of Lavender Rose #F2A8F3
Tints of Lavender Rose #F2A8F3
RGB
CMYK
RGB Variations
Color information
#F2A8F3 (or 0xF2A8F3) is known color: Lavender Rose. HEX triplet: F2, A8 and F3. RGB value is (242,168,243). Sum of RGB (Red+Green+Blue) = 242+168+243=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2A8F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A8F3 is #0D570C. Grayscale: #C6C6C6. Windows color (decimal): -874253 or 15968498. OLE color: 15968498.
HSL color Cylindrical-coordinate representation of color #F2A8F3: hue angle of 299.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 #F2A8F3 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 243 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.05 |
| HSL | 299.2º | 0.76% | 0.81% | - |
| HSV(B) | 299.2º | 0.31% | 0.95% | - |
| XYZ | 66.8 | 53.35 | 91.57 | - |
| YUV | 198.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 243 | 0.00 | 0.31 | 0 | 0.05 | 299.2 | 0.76 | 0.81 |
| Hex | F2 | A8 | F3 | 0 | 1F | 0 | 5 | 12B | 4C | 51 |
| Octal | 362 | 250 | 363 | 0 | 37 | 0 | 5 | 453 | 114 | 121 |
| Binary | 11110010 | 10101000 | 11110011 | 0 | 11111 | 0 | 101 | 100101011 | 1001100 | 1010001 |
Color Harmonies of #F2A8F3
Complementary color
Monochromatic Colors of #F2A8F3
Black with #F2A8F3
Text Example
Text Example
White with #F2A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8F3; }
p { color: rgb(242,168,243); }
H1.HeaderClassName
{
color: #F2A8F3;
}
.AnyTagClassName
{
color: #F2A8F3;
}
</style>
background-color css
<style>
a { background-color: #F2A8F3; }
a { background-color: rgb(242,168,243); }
div.DivClassName
{
background-color: #F2A8F3;
}
.BgClassName
{
background-color: #F2A8F3;
}
</style>
border-color css
<style>
span { border-color: #F2A8F3; }
span { border-color: rgb(242,168,243); }
td.TdClassName
{
border-color: #F2A8F3;
}
.TagClassName
{
border-color: #F2A8F3;
}
</style>