Shades of Lavender Rose #F2A8EF
Tints of Lavender Rose #F2A8EF
RGB
CMYK
RGB Variations
Color information
#F2A8EF (or 0xF2A8EF) is known color: Lavender Rose. HEX triplet: F2, A8 and EF. RGB value is (242,168,239). Sum of RGB (Red+Green+Blue) = 242+168+239=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A8EF is #0D5710. Grayscale: #C6C6C6. Windows color (decimal): -874257 or 15706354. OLE color: 15706354.
HSL color Cylindrical-coordinate representation of color #F2A8EF: hue angle of 302.43º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A8EF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 239 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.05 |
| HSL | 302.43º | 0.74% | 0.8% | - |
| HSV(B) | 302.43º | 0.31% | 0.95% | - |
| XYZ | 66.2 | 53.11 | 88.42 | - |
| YUV | 198.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 239 | 0 | 0.31 | 0.01 | 0.05 | 302.43 | 0.74 | 0.8 |
| Hex | F2 | A8 | EF | 0 | 1F | 1 | 5 | 12E | 4A | 50 |
| Octal | 362 | 250 | 357 | 0 | 37 | 1 | 5 | 456 | 112 | 120 |
| Binary | 11110010 | 10101000 | 11101111 | 0 | 11111 | 1 | 101 | 100101110 | 1001010 | 1010000 |
Color Harmonies of #F2A8EF
Complementary color
Monochromatic Colors of #F2A8EF
Black with #F2A8EF
Text Example
Text Example
White with #F2A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8EF; }
p { color: rgb(242,168,239); }
H1.HeaderClassName
{
color: #F2A8EF;
}
.AnyTagClassName
{
color: #F2A8EF;
}
</style>
background-color css
<style>
a { background-color: #F2A8EF; }
a { background-color: rgb(242,168,239); }
div.DivClassName
{
background-color: #F2A8EF;
}
.BgClassName
{
background-color: #F2A8EF;
}
</style>
border-color css
<style>
span { border-color: #F2A8EF; }
span { border-color: rgb(242,168,239); }
td.TdClassName
{
border-color: #F2A8EF;
}
.TagClassName
{
border-color: #F2A8EF;
}
</style>