Shades of Lavender Rose #F394DC
Tints of Lavender Rose #F394DC
RGB
CMYK
RGB Variations
Color information
#F394DC (or 0xF394DC) is known color: Lavender Rose. HEX triplet: F3, 94 and DC. RGB value is (243,148,220). Sum of RGB (Red+Green+Blue) = 243+148+220=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F394DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394DC is #0C6B23. Grayscale: #B8B8B8. Windows color (decimal): -813860 or 14456051. OLE color: 14456051.
HSL color Cylindrical-coordinate representation of color #F394DC: hue angle of 314.53º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F394DC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 220 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.05 |
| HSL | 314.53º | 0.8% | 0.77% | - |
| HSV(B) | 314.53º | 0.39% | 0.95% | - |
| XYZ | 60.47 | 45.4 | 73.29 | - |
| YUV | 184.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 220 | 0 | 0.39 | 0.09 | 0.05 | 314.53 | 0.8 | 0.77 |
| Hex | F3 | 94 | DC | 0 | 27 | 9 | 5 | 13B | 50 | 4D |
| Octal | 363 | 224 | 334 | 0 | 47 | 11 | 5 | 473 | 120 | 115 |
| Binary | 11110011 | 10010100 | 11011100 | 0 | 100111 | 1001 | 101 | 100111011 | 1010000 | 1001101 |
Color Harmonies of #F394DC
Complementary color
Monochromatic Colors of #F394DC
Black with #F394DC
Text Example
Text Example
White with #F394DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394DC; }
p { color: rgb(243,148,220); }
H1.HeaderClassName
{
color: #F394DC;
}
.AnyTagClassName
{
color: #F394DC;
}
</style>
background-color css
<style>
a { background-color: #F394DC; }
a { background-color: rgb(243,148,220); }
div.DivClassName
{
background-color: #F394DC;
}
.BgClassName
{
background-color: #F394DC;
}
</style>
border-color css
<style>
span { border-color: #F394DC; }
span { border-color: rgb(243,148,220); }
td.TdClassName
{
border-color: #F394DC;
}
.TagClassName
{
border-color: #F394DC;
}
</style>