Shades of Lavender Rose #F294D6
Tints of Lavender Rose #F294D6
RGB
CMYK
RGB Variations
Color information
#F294D6 (or 0xF294D6) is known color: Lavender Rose. HEX triplet: F2, 94 and D6. RGB value is (242,148,214). Sum of RGB (Red+Green+Blue) = 242+148+214=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F294D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294D6 is #0D6B29. Grayscale: #B7B7B7. Windows color (decimal): -879402 or 14062834. OLE color: 14062834.
HSL color Cylindrical-coordinate representation of color #F294D6: hue angle of 317.87º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294D6 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 214 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.05 |
| HSL | 317.87º | 0.78% | 0.76% | - |
| HSV(B) | 317.87º | 0.39% | 0.95% | - |
| XYZ | 59.35 | 44.91 | 69.16 | - |
| YUV | 183.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 214 | 0 | 0.39 | 0.12 | 0.05 | 317.87 | 0.78 | 0.76 |
| Hex | F2 | 94 | D6 | 0 | 27 | C | 5 | 13E | 4E | 4C |
| Octal | 362 | 224 | 326 | 0 | 47 | 14 | 5 | 476 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11010110 | 0 | 100111 | 1100 | 101 | 100111110 | 1001110 | 1001100 |
Color Harmonies of #F294D6
Complementary color
Monochromatic Colors of #F294D6
Black with #F294D6
Text Example
Text Example
White with #F294D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294D6; }
p { color: rgb(242,148,214); }
H1.HeaderClassName
{
color: #F294D6;
}
.AnyTagClassName
{
color: #F294D6;
}
</style>
background-color css
<style>
a { background-color: #F294D6; }
a { background-color: rgb(242,148,214); }
div.DivClassName
{
background-color: #F294D6;
}
.BgClassName
{
background-color: #F294D6;
}
</style>
border-color css
<style>
span { border-color: #F294D6; }
span { border-color: rgb(242,148,214); }
td.TdClassName
{
border-color: #F294D6;
}
.TagClassName
{
border-color: #F294D6;
}
</style>