Shades of Lavender Rose #F2A8ED
Tints of Lavender Rose #F2A8ED
RGB
CMYK
RGB Variations
Color information
#F2A8ED (or 0xF2A8ED) is known color: Lavender Rose. HEX triplet: F2, A8 and ED. RGB value is (242,168,237). Sum of RGB (Red+Green+Blue) = 242+168+237=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 168 (66.02% from 255 or 25.97% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A8ED is #0D5712. Grayscale: #C5C5C5. Windows color (decimal): -874259 or 15575282. OLE color: 15575282.
HSL color Cylindrical-coordinate representation of color #F2A8ED: hue angle of 304.05º 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 #F2A8ED is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 237 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.05 |
| HSL | 304.05º | 0.74% | 0.8% | - |
| HSV(B) | 304.05º | 0.31% | 0.95% | - |
| XYZ | 65.91 | 53 | 86.88 | - |
| YUV | 197.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 237 | 0 | 0.31 | 0.02 | 0.05 | 304.05 | 0.74 | 0.8 |
| Hex | F2 | A8 | ED | 0 | 1F | 2 | 5 | 130 | 4A | 50 |
| Octal | 362 | 250 | 355 | 0 | 37 | 2 | 5 | 460 | 112 | 120 |
| Binary | 11110010 | 10101000 | 11101101 | 0 | 11111 | 10 | 101 | 100110000 | 1001010 | 1010000 |
Color Harmonies of #F2A8ED
Complementary color
Monochromatic Colors of #F2A8ED
Black with #F2A8ED
Text Example
Text Example
White with #F2A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8ED; }
p { color: rgb(242,168,237); }
H1.HeaderClassName
{
color: #F2A8ED;
}
.AnyTagClassName
{
color: #F2A8ED;
}
</style>
background-color css
<style>
a { background-color: #F2A8ED; }
a { background-color: rgb(242,168,237); }
div.DivClassName
{
background-color: #F2A8ED;
}
.BgClassName
{
background-color: #F2A8ED;
}
</style>
border-color css
<style>
span { border-color: #F2A8ED; }
span { border-color: rgb(242,168,237); }
td.TdClassName
{
border-color: #F2A8ED;
}
.TagClassName
{
border-color: #F2A8ED;
}
</style>