Shades of Lavender Rose #F29FDC
Tints of Lavender Rose #F29FDC
RGB
CMYK
RGB Variations
Color information
#F29FDC (or 0xF29FDC) is known color: Lavender Rose. HEX triplet: F2, 9F and DC. RGB value is (242,159,220). Sum of RGB (Red+Green+Blue) = 242+159+220=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FDC is #0D6023. Grayscale: #BEBEBE. Windows color (decimal): -876580 or 14458866. OLE color: 14458866.
HSL color Cylindrical-coordinate representation of color #F29FDC: hue angle of 315.9º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FDC is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 220 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.05 |
| HSL | 315.9º | 0.76% | 0.79% | - |
| HSV(B) | 315.9º | 0.34% | 0.95% | - |
| XYZ | 61.93 | 48.84 | 73.87 | - |
| YUV | 190.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 220 | 0 | 0.34 | 0.09 | 0.05 | 315.9 | 0.76 | 0.79 |
| Hex | F2 | 9F | DC | 0 | 22 | 9 | 5 | 13C | 4C | 4F |
| Octal | 362 | 237 | 334 | 0 | 42 | 11 | 5 | 474 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11011100 | 0 | 100010 | 1001 | 101 | 100111100 | 1001100 | 1001111 |
Color Harmonies of #F29FDC
Complementary color
Monochromatic Colors of #F29FDC
Black with #F29FDC
Text Example
Text Example
White with #F29FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FDC; }
p { color: rgb(242,159,220); }
H1.HeaderClassName
{
color: #F29FDC;
}
.AnyTagClassName
{
color: #F29FDC;
}
</style>
background-color css
<style>
a { background-color: #F29FDC; }
a { background-color: rgb(242,159,220); }
div.DivClassName
{
background-color: #F29FDC;
}
.BgClassName
{
background-color: #F29FDC;
}
</style>
border-color css
<style>
span { border-color: #F29FDC; }
span { border-color: rgb(242,159,220); }
td.TdClassName
{
border-color: #F29FDC;
}
.TagClassName
{
border-color: #F29FDC;
}
</style>