Shades of Lavender Rose #F299DA
Tints of Lavender Rose #F299DA
RGB
CMYK
RGB Variations
Color information
#F299DA (or 0xF299DA) is known color: Lavender Rose. HEX triplet: F2, 99 and DA. RGB value is (242,153,218). Sum of RGB (Red+Green+Blue) = 242+153+218=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F299DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299DA is #0D6625. Grayscale: #BABABA. Windows color (decimal): -878118 or 14326258. OLE color: 14326258.
HSL color Cylindrical-coordinate representation of color #F299DA: hue angle of 316.18º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299DA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 218 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.05 |
| HSL | 316.18º | 0.77% | 0.77% | - |
| HSV(B) | 316.18º | 0.37% | 0.95% | - |
| XYZ | 60.66 | 46.72 | 72.15 | - |
| YUV | 187.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 218 | 0 | 0.37 | 0.10 | 0.05 | 316.18 | 0.77 | 0.77 |
| Hex | F2 | 99 | DA | 0 | 25 | A | 5 | 13C | 4D | 4D |
| Octal | 362 | 231 | 332 | 0 | 45 | 12 | 5 | 474 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11011010 | 0 | 100101 | 1010 | 101 | 100111100 | 1001101 | 1001101 |
Color Harmonies of #F299DA
Complementary color
Monochromatic Colors of #F299DA
Black with #F299DA
Text Example
Text Example
White with #F299DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299DA; }
p { color: rgb(242,153,218); }
H1.HeaderClassName
{
color: #F299DA;
}
.AnyTagClassName
{
color: #F299DA;
}
</style>
background-color css
<style>
a { background-color: #F299DA; }
a { background-color: rgb(242,153,218); }
div.DivClassName
{
background-color: #F299DA;
}
.BgClassName
{
background-color: #F299DA;
}
</style>
border-color css
<style>
span { border-color: #F299DA; }
span { border-color: rgb(242,153,218); }
td.TdClassName
{
border-color: #F299DA;
}
.TagClassName
{
border-color: #F299DA;
}
</style>