Shades of Lavender Rose #F297D3
Tints of Lavender Rose #F297D3
RGB
CMYK
RGB Variations
Color information
#F297D3 (or 0xF297D3) is known color: Lavender Rose. HEX triplet: F2, 97 and D3. RGB value is (242,151,211). Sum of RGB (Red+Green+Blue) = 242+151+211=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F297D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297D3 is #0D682C. Grayscale: #B8B8B8. Windows color (decimal): -878637 or 13866994. OLE color: 13866994.
HSL color Cylindrical-coordinate representation of color #F297D3: hue angle of 320.44º 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 #F297D3 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 211 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.05 |
| HSL | 320.44º | 0.78% | 0.77% | - |
| HSV(B) | 320.44º | 0.38% | 0.95% | - |
| XYZ | 59.44 | 45.71 | 67.32 | - |
| YUV | 185.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 211 | 0 | 0.38 | 0.13 | 0.05 | 320.44 | 0.78 | 0.77 |
| Hex | F2 | 97 | D3 | 0 | 26 | D | 5 | 140 | 4E | 4D |
| Octal | 362 | 227 | 323 | 0 | 46 | 15 | 5 | 500 | 116 | 115 |
| Binary | 11110010 | 10010111 | 11010011 | 0 | 100110 | 1101 | 101 | 101000000 | 1001110 | 1001101 |
Color Harmonies of #F297D3
Complementary color
Monochromatic Colors of #F297D3
Black with #F297D3
Text Example
Text Example
White with #F297D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297D3; }
p { color: rgb(242,151,211); }
H1.HeaderClassName
{
color: #F297D3;
}
.AnyTagClassName
{
color: #F297D3;
}
</style>
background-color css
<style>
a { background-color: #F297D3; }
a { background-color: rgb(242,151,211); }
div.DivClassName
{
background-color: #F297D3;
}
.BgClassName
{
background-color: #F297D3;
}
</style>
border-color css
<style>
span { border-color: #F297D3; }
span { border-color: rgb(242,151,211); }
td.TdClassName
{
border-color: #F297D3;
}
.TagClassName
{
border-color: #F297D3;
}
</style>