Shades of Lavender Rose #F295DD
Tints of Lavender Rose #F295DD
RGB
CMYK
RGB Variations
Color information
#F295DD (or 0xF295DD) is known color: Lavender Rose. HEX triplet: F2, 95 and DD. RGB value is (242,149,221). Sum of RGB (Red+Green+Blue) = 242+149+221=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F295DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295DD is #0D6A22. Grayscale: #B8B8B8. Windows color (decimal): -879139 or 14521842. OLE color: 14521842.
HSL color Cylindrical-coordinate representation of color #F295DD: hue angle of 313.55º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295DD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 221 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.05 |
| HSL | 313.55º | 0.78% | 0.77% | - |
| HSV(B) | 313.55º | 0.38% | 0.95% | - |
| XYZ | 60.42 | 45.59 | 74.02 | - |
| YUV | 185.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 221 | 0 | 0.38 | 0.09 | 0.05 | 313.55 | 0.78 | 0.77 |
| Hex | F2 | 95 | DD | 0 | 26 | 9 | 5 | 13A | 4E | 4D |
| Octal | 362 | 225 | 335 | 0 | 46 | 11 | 5 | 472 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11011101 | 0 | 100110 | 1001 | 101 | 100111010 | 1001110 | 1001101 |
Color Harmonies of #F295DD
Complementary color
Monochromatic Colors of #F295DD
Black with #F295DD
Text Example
Text Example
White with #F295DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295DD; }
p { color: rgb(242,149,221); }
H1.HeaderClassName
{
color: #F295DD;
}
.AnyTagClassName
{
color: #F295DD;
}
</style>
background-color css
<style>
a { background-color: #F295DD; }
a { background-color: rgb(242,149,221); }
div.DivClassName
{
background-color: #F295DD;
}
.BgClassName
{
background-color: #F295DD;
}
</style>
border-color css
<style>
span { border-color: #F295DD; }
span { border-color: rgb(242,149,221); }
td.TdClassName
{
border-color: #F295DD;
}
.TagClassName
{
border-color: #F295DD;
}
</style>