Shades of Lavender Rose #F29ADB
Tints of Lavender Rose #F29ADB
RGB
CMYK
RGB Variations
Color information
#F29ADB (or 0xF29ADB) is known color: Lavender Rose. HEX triplet: F2, 9A and DB. RGB value is (242,154,219). Sum of RGB (Red+Green+Blue) = 242+154+219=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ADB is #0D6524. Grayscale: #BBBBBB. Windows color (decimal): -877861 or 14392050. OLE color: 14392050.
HSL color Cylindrical-coordinate representation of color #F29ADB: hue angle of 315.68º 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 #F29ADB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 219 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.05 |
| HSL | 315.68º | 0.77% | 0.78% | - |
| HSV(B) | 315.68º | 0.36% | 0.95% | - |
| XYZ | 60.96 | 47.1 | 72.9 | - |
| YUV | 187.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 219 | 0 | 0.36 | 0.10 | 0.05 | 315.68 | 0.77 | 0.78 |
| Hex | F2 | 9A | DB | 0 | 24 | A | 5 | 13C | 4D | 4E |
| Octal | 362 | 232 | 333 | 0 | 44 | 12 | 5 | 474 | 115 | 116 |
| Binary | 11110010 | 10011010 | 11011011 | 0 | 100100 | 1010 | 101 | 100111100 | 1001101 | 1001110 |
Color Harmonies of #F29ADB
Complementary color
Monochromatic Colors of #F29ADB
Black with #F29ADB
Text Example
Text Example
White with #F29ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29ADB; }
p { color: rgb(242,154,219); }
H1.HeaderClassName
{
color: #F29ADB;
}
.AnyTagClassName
{
color: #F29ADB;
}
</style>
background-color css
<style>
a { background-color: #F29ADB; }
a { background-color: rgb(242,154,219); }
div.DivClassName
{
background-color: #F29ADB;
}
.BgClassName
{
background-color: #F29ADB;
}
</style>
border-color css
<style>
span { border-color: #F29ADB; }
span { border-color: rgb(242,154,219); }
td.TdClassName
{
border-color: #F29ADB;
}
.TagClassName
{
border-color: #F29ADB;
}
</style>