Shades of Lavender Rose #F29CDC
Tints of Lavender Rose #F29CDC
RGB
CMYK
RGB Variations
Color information
#F29CDC (or 0xF29CDC) is known color: Lavender Rose. HEX triplet: F2, 9C and DC. RGB value is (242,156,220). Sum of RGB (Red+Green+Blue) = 242+156+220=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CDC is #0D6323. Grayscale: #BCBCBC. Windows color (decimal): -877348 or 14458098. OLE color: 14458098.
HSL color Cylindrical-coordinate representation of color #F29CDC: hue angle of 315.35º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29CDC is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 220 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.05 |
| HSL | 315.35º | 0.77% | 0.78% | - |
| HSV(B) | 315.35º | 0.36% | 0.95% | - |
| XYZ | 61.42 | 47.82 | 73.7 | - |
| YUV | 189.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 220 | 0 | 0.36 | 0.09 | 0.05 | 315.35 | 0.77 | 0.78 |
| Hex | F2 | 9C | DC | 0 | 24 | 9 | 5 | 13B | 4D | 4E |
| Octal | 362 | 234 | 334 | 0 | 44 | 11 | 5 | 473 | 115 | 116 |
| Binary | 11110010 | 10011100 | 11011100 | 0 | 100100 | 1001 | 101 | 100111011 | 1001101 | 1001110 |
Color Harmonies of #F29CDC
Complementary color
Monochromatic Colors of #F29CDC
Black with #F29CDC
Text Example
Text Example
White with #F29CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CDC; }
p { color: rgb(242,156,220); }
H1.HeaderClassName
{
color: #F29CDC;
}
.AnyTagClassName
{
color: #F29CDC;
}
</style>
background-color css
<style>
a { background-color: #F29CDC; }
a { background-color: rgb(242,156,220); }
div.DivClassName
{
background-color: #F29CDC;
}
.BgClassName
{
background-color: #F29CDC;
}
</style>
border-color css
<style>
span { border-color: #F29CDC; }
span { border-color: rgb(242,156,220); }
td.TdClassName
{
border-color: #F29CDC;
}
.TagClassName
{
border-color: #F29CDC;
}
</style>