Shades of Lavender Rose #F294D3
Tints of Lavender Rose #F294D3
RGB
CMYK
RGB Variations
Color information
#F294D3 (or 0xF294D3) is known color: Lavender Rose. HEX triplet: F2, 94 and D3. RGB value is (242,148,211). Sum of RGB (Red+Green+Blue) = 242+148+211=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F294D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294D3 is #0D6B2C. Grayscale: #B7B7B7. Windows color (decimal): -879405 or 13866226. OLE color: 13866226.
HSL color Cylindrical-coordinate representation of color #F294D3: hue angle of 319.79º 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 #F294D3 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 211 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.05 |
| HSL | 319.79º | 0.78% | 0.76% | - |
| HSV(B) | 319.79º | 0.39% | 0.95% | - |
| XYZ | 58.97 | 44.76 | 67.16 | - |
| YUV | 183.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 211 | 0 | 0.39 | 0.13 | 0.05 | 319.79 | 0.78 | 0.76 |
| Hex | F2 | 94 | D3 | 0 | 27 | D | 5 | 140 | 4E | 4C |
| Octal | 362 | 224 | 323 | 0 | 47 | 15 | 5 | 500 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11010011 | 0 | 100111 | 1101 | 101 | 101000000 | 1001110 | 1001100 |
Color Harmonies of #F294D3
Complementary color
Monochromatic Colors of #F294D3
Black with #F294D3
Text Example
Text Example
White with #F294D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294D3; }
p { color: rgb(242,148,211); }
H1.HeaderClassName
{
color: #F294D3;
}
.AnyTagClassName
{
color: #F294D3;
}
</style>
background-color css
<style>
a { background-color: #F294D3; }
a { background-color: rgb(242,148,211); }
div.DivClassName
{
background-color: #F294D3;
}
.BgClassName
{
background-color: #F294D3;
}
</style>
border-color css
<style>
span { border-color: #F294D3; }
span { border-color: rgb(242,148,211); }
td.TdClassName
{
border-color: #F294D3;
}
.TagClassName
{
border-color: #F294D3;
}
</style>