Shades of Lavender Rose #F294DC
Tints of Lavender Rose #F294DC
RGB
CMYK
RGB Variations
Color information
#F294DC (or 0xF294DC) is known color: Lavender Rose. HEX triplet: F2, 94 and DC. RGB value is (242,148,220). Sum of RGB (Red+Green+Blue) = 242+148+220=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F294DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294DC is #0D6B23. Grayscale: #B8B8B8. Windows color (decimal): -879396 or 14456050. OLE color: 14456050.
HSL color Cylindrical-coordinate representation of color #F294DC: hue angle of 314.04º 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 #F294DC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 220 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.05 |
| HSL | 314.04º | 0.78% | 0.76% | - |
| HSV(B) | 314.04º | 0.39% | 0.95% | - |
| XYZ | 60.13 | 45.22 | 73.27 | - |
| YUV | 184.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 220 | 0 | 0.39 | 0.09 | 0.05 | 314.04 | 0.78 | 0.76 |
| Hex | F2 | 94 | DC | 0 | 27 | 9 | 5 | 13A | 4E | 4C |
| Octal | 362 | 224 | 334 | 0 | 47 | 11 | 5 | 472 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11011100 | 0 | 100111 | 1001 | 101 | 100111010 | 1001110 | 1001100 |
Color Harmonies of #F294DC
Complementary color
Monochromatic Colors of #F294DC
Black with #F294DC
Text Example
Text Example
White with #F294DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294DC; }
p { color: rgb(242,148,220); }
H1.HeaderClassName
{
color: #F294DC;
}
.AnyTagClassName
{
color: #F294DC;
}
</style>
background-color css
<style>
a { background-color: #F294DC; }
a { background-color: rgb(242,148,220); }
div.DivClassName
{
background-color: #F294DC;
}
.BgClassName
{
background-color: #F294DC;
}
</style>
border-color css
<style>
span { border-color: #F294DC; }
span { border-color: rgb(242,148,220); }
td.TdClassName
{
border-color: #F294DC;
}
.TagClassName
{
border-color: #F294DC;
}
</style>