Shades of Lavender Rose #F299DF
Tints of Lavender Rose #F299DF
RGB
CMYK
RGB Variations
Color information
#F299DF (or 0xF299DF) is known color: Lavender Rose. HEX triplet: F2, 99 and DF. RGB value is (242,153,223). Sum of RGB (Red+Green+Blue) = 242+153+223=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F299DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299DF is #0D6620. Grayscale: #BBBBBB. Windows color (decimal): -878113 or 14653938. OLE color: 14653938.
HSL color Cylindrical-coordinate representation of color #F299DF: hue angle of 312.81º 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 #F299DF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 223 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.05 |
| HSL | 312.81º | 0.77% | 0.77% | - |
| HSV(B) | 312.81º | 0.37% | 0.95% | - |
| XYZ | 61.33 | 46.99 | 75.65 | - |
| YUV | 187.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 223 | 0 | 0.37 | 0.08 | 0.05 | 312.81 | 0.77 | 0.77 |
| Hex | F2 | 99 | DF | 0 | 25 | 8 | 5 | 139 | 4D | 4D |
| Octal | 362 | 231 | 337 | 0 | 45 | 10 | 5 | 471 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11011111 | 0 | 100101 | 1000 | 101 | 100111001 | 1001101 | 1001101 |
Color Harmonies of #F299DF
Complementary color
Monochromatic Colors of #F299DF
Black with #F299DF
Text Example
Text Example
White with #F299DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299DF; }
p { color: rgb(242,153,223); }
H1.HeaderClassName
{
color: #F299DF;
}
.AnyTagClassName
{
color: #F299DF;
}
</style>
background-color css
<style>
a { background-color: #F299DF; }
a { background-color: rgb(242,153,223); }
div.DivClassName
{
background-color: #F299DF;
}
.BgClassName
{
background-color: #F299DF;
}
</style>
border-color css
<style>
span { border-color: #F299DF; }
span { border-color: rgb(242,153,223); }
td.TdClassName
{
border-color: #F299DF;
}
.TagClassName
{
border-color: #F299DF;
}
</style>