Shades of Lavender Rose #F29ADC
Tints of Lavender Rose #F29ADC
RGB
CMYK
RGB Variations
Color information
#F29ADC (or 0xF29ADC) is known color: Lavender Rose. HEX triplet: F2, 9A and DC. RGB value is (242,154,220). Sum of RGB (Red+Green+Blue) = 242+154+220=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ADC is #0D6523. Grayscale: #BBBBBB. Windows color (decimal): -877860 or 14457586. OLE color: 14457586.
HSL color Cylindrical-coordinate representation of color #F29ADC: hue angle of 315º 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 #F29ADC is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 220 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.05 |
| HSL | 315º | 0.77% | 0.78% | - |
| HSV(B) | 315º | 0.36% | 0.95% | - |
| XYZ | 61.09 | 47.16 | 73.59 | - |
| YUV | 187.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 220 | 0 | 0.36 | 0.09 | 0.05 | 315 | 0.77 | 0.78 |
| Hex | F2 | 9A | DC | 0 | 24 | 9 | 5 | 13B | 4D | 4E |
| Octal | 362 | 232 | 334 | 0 | 44 | 11 | 5 | 473 | 115 | 116 |
| Binary | 11110010 | 10011010 | 11011100 | 0 | 100100 | 1001 | 101 | 100111011 | 1001101 | 1001110 |
Color Harmonies of #F29ADC
Complementary color
Monochromatic Colors of #F29ADC
Black with #F29ADC
Text Example
Text Example
White with #F29ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29ADC; }
p { color: rgb(242,154,220); }
H1.HeaderClassName
{
color: #F29ADC;
}
.AnyTagClassName
{
color: #F29ADC;
}
</style>
background-color css
<style>
a { background-color: #F29ADC; }
a { background-color: rgb(242,154,220); }
div.DivClassName
{
background-color: #F29ADC;
}
.BgClassName
{
background-color: #F29ADC;
}
</style>
border-color css
<style>
span { border-color: #F29ADC; }
span { border-color: rgb(242,154,220); }
td.TdClassName
{
border-color: #F29ADC;
}
.TagClassName
{
border-color: #F29ADC;
}
</style>