Shades of Lavender Rose #F495D3
Tints of Lavender Rose #F495D3
RGB
CMYK
RGB Variations
Color information
#F495D3 (or 0xF495D3) is known color: Lavender Rose. HEX triplet: F4, 95 and D3. RGB value is (244,149,211). Sum of RGB (Red+Green+Blue) = 244+149+211=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F495D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495D3 is #0B6A2C. Grayscale: #B8B8B8. Windows color (decimal): -748077 or 13866484. OLE color: 13866484.
HSL color Cylindrical-coordinate representation of color #F495D3: hue angle of 320.84º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495D3 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 211 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.04 |
| HSL | 320.84º | 0.81% | 0.77% | - |
| HSV(B) | 320.84º | 0.39% | 0.96% | - |
| XYZ | 59.81 | 45.43 | 67.24 | - |
| YUV | 184.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 211 | 0 | 0.39 | 0.14 | 0.04 | 320.84 | 0.81 | 0.77 |
| Hex | F4 | 95 | D3 | 0 | 27 | E | 4 | 141 | 51 | 4D |
| Octal | 364 | 225 | 323 | 0 | 47 | 16 | 4 | 501 | 121 | 115 |
| Binary | 11110100 | 10010101 | 11010011 | 0 | 100111 | 1110 | 100 | 101000001 | 1010001 | 1001101 |
Color Harmonies of #F495D3
Complementary color
Monochromatic Colors of #F495D3
Black with #F495D3
Text Example
Text Example
White with #F495D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F495D3; }
p { color: rgb(244,149,211); }
H1.HeaderClassName
{
color: #F495D3;
}
.AnyTagClassName
{
color: #F495D3;
}
</style>
background-color css
<style>
a { background-color: #F495D3; }
a { background-color: rgb(244,149,211); }
div.DivClassName
{
background-color: #F495D3;
}
.BgClassName
{
background-color: #F495D3;
}
</style>
border-color css
<style>
span { border-color: #F495D3; }
span { border-color: rgb(244,149,211); }
td.TdClassName
{
border-color: #F495D3;
}
.TagClassName
{
border-color: #F495D3;
}
</style>