Shades of Lavender Rose #F29CDD
Tints of Lavender Rose #F29CDD
RGB
CMYK
RGB Variations
Color information
#F29CDD (or 0xF29CDD) is known color: Lavender Rose. HEX triplet: F2, 9C and DD. RGB value is (242,156,221). Sum of RGB (Red+Green+Blue) = 242+156+221=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CDD is #0D6322. Grayscale: #BCBCBC. Windows color (decimal): -877347 or 14523634. OLE color: 14523634.
HSL color Cylindrical-coordinate representation of color #F29CDD: hue angle of 314.65º 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 #F29CDD is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 221 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.05 |
| HSL | 314.65º | 0.77% | 0.78% | - |
| HSV(B) | 314.65º | 0.36% | 0.95% | - |
| XYZ | 61.56 | 47.87 | 74.4 | - |
| YUV | 189.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 221 | 0 | 0.36 | 0.09 | 0.05 | 314.65 | 0.77 | 0.78 |
| Hex | F2 | 9C | DD | 0 | 24 | 9 | 5 | 13B | 4D | 4E |
| Octal | 362 | 234 | 335 | 0 | 44 | 11 | 5 | 473 | 115 | 116 |
| Binary | 11110010 | 10011100 | 11011101 | 0 | 100100 | 1001 | 101 | 100111011 | 1001101 | 1001110 |
Color Harmonies of #F29CDD
Complementary color
Monochromatic Colors of #F29CDD
Black with #F29CDD
Text Example
Text Example
White with #F29CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CDD; }
p { color: rgb(242,156,221); }
H1.HeaderClassName
{
color: #F29CDD;
}
.AnyTagClassName
{
color: #F29CDD;
}
</style>
background-color css
<style>
a { background-color: #F29CDD; }
a { background-color: rgb(242,156,221); }
div.DivClassName
{
background-color: #F29CDD;
}
.BgClassName
{
background-color: #F29CDD;
}
</style>
border-color css
<style>
span { border-color: #F29CDD; }
span { border-color: rgb(242,156,221); }
td.TdClassName
{
border-color: #F29CDD;
}
.TagClassName
{
border-color: #F29CDD;
}
</style>