Shades of Lavender Rose #F2A7DB
Tints of Lavender Rose #F2A7DB
RGB
CMYK
RGB Variations
Color information
#F2A7DB (or 0xF2A7DB) is known color: Lavender Rose. HEX triplet: F2, A7 and DB. RGB value is (242,167,219). Sum of RGB (Red+Green+Blue) = 242+167+219=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A7DB is #0D5824. Grayscale: #C3C3C3. Windows color (decimal): -874533 or 14395378. OLE color: 14395378.
HSL color Cylindrical-coordinate representation of color #F2A7DB: hue angle of 318.4º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A7DB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 219 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.05 |
| HSL | 318.4º | 0.74% | 0.8% | - |
| HSV(B) | 318.4º | 0.31% | 0.95% | - |
| XYZ | 63.22 | 51.63 | 73.65 | - |
| YUV | 195.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 219 | 0 | 0.31 | 0.10 | 0.05 | 318.4 | 0.74 | 0.8 |
| Hex | F2 | A7 | DB | 0 | 1F | A | 5 | 13E | 4A | 50 |
| Octal | 362 | 247 | 333 | 0 | 37 | 12 | 5 | 476 | 112 | 120 |
| Binary | 11110010 | 10100111 | 11011011 | 0 | 11111 | 1010 | 101 | 100111110 | 1001010 | 1010000 |
Color Harmonies of #F2A7DB
Complementary color
Monochromatic Colors of #F2A7DB
Black with #F2A7DB
Text Example
Text Example
White with #F2A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A7DB; }
p { color: rgb(242,167,219); }
H1.HeaderClassName
{
color: #F2A7DB;
}
.AnyTagClassName
{
color: #F2A7DB;
}
</style>
background-color css
<style>
a { background-color: #F2A7DB; }
a { background-color: rgb(242,167,219); }
div.DivClassName
{
background-color: #F2A7DB;
}
.BgClassName
{
background-color: #F2A7DB;
}
</style>
border-color css
<style>
span { border-color: #F2A7DB; }
span { border-color: rgb(242,167,219); }
td.TdClassName
{
border-color: #F2A7DB;
}
.TagClassName
{
border-color: #F2A7DB;
}
</style>