Shades of Lavender Rose #F294DB
Tints of Lavender Rose #F294DB
RGB
CMYK
RGB Variations
Color information
#F294DB (or 0xF294DB) is known color: Lavender Rose. HEX triplet: F2, 94 and DB. RGB value is (242,148,219). Sum of RGB (Red+Green+Blue) = 242+148+219=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F294DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294DB is #0D6B24. Grayscale: #B8B8B8. Windows color (decimal): -879397 or 14390514. OLE color: 14390514.
HSL color Cylindrical-coordinate representation of color #F294DB: hue angle of 314.68º 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 #F294DB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 219 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.05 |
| HSL | 314.68º | 0.78% | 0.76% | - |
| HSV(B) | 314.68º | 0.39% | 0.95% | - |
| XYZ | 59.99 | 45.17 | 72.57 | - |
| YUV | 184.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 219 | 0 | 0.39 | 0.10 | 0.05 | 314.68 | 0.78 | 0.76 |
| Hex | F2 | 94 | DB | 0 | 27 | A | 5 | 13B | 4E | 4C |
| Octal | 362 | 224 | 333 | 0 | 47 | 12 | 5 | 473 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11011011 | 0 | 100111 | 1010 | 101 | 100111011 | 1001110 | 1001100 |
Color Harmonies of #F294DB
Complementary color
Monochromatic Colors of #F294DB
Black with #F294DB
Text Example
Text Example
White with #F294DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294DB; }
p { color: rgb(242,148,219); }
H1.HeaderClassName
{
color: #F294DB;
}
.AnyTagClassName
{
color: #F294DB;
}
</style>
background-color css
<style>
a { background-color: #F294DB; }
a { background-color: rgb(242,148,219); }
div.DivClassName
{
background-color: #F294DB;
}
.BgClassName
{
background-color: #F294DB;
}
</style>
border-color css
<style>
span { border-color: #F294DB; }
span { border-color: rgb(242,148,219); }
td.TdClassName
{
border-color: #F294DB;
}
.TagClassName
{
border-color: #F294DB;
}
</style>