Shades of Lavender Rose #F2AEDB
Tints of Lavender Rose #F2AEDB
RGB
CMYK
RGB Variations
Color information
#F2AEDB (or 0xF2AEDB) is known color: Lavender Rose. HEX triplet: F2, AE and DB. RGB value is (242,174,219). Sum of RGB (Red+Green+Blue) = 242+174+219=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEDB is #0D5124. Grayscale: #C7C7C7. Windows color (decimal): -872741 or 14397170. OLE color: 14397170.
HSL color Cylindrical-coordinate representation of color #F2AEDB: hue angle of 320.29º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AEDB is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 219 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.05 |
| HSL | 320.29º | 0.72% | 0.82% | - |
| HSV(B) | 320.29º | 0.28% | 0.95% | - |
| XYZ | 64.54 | 54.26 | 74.09 | - |
| YUV | 199.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 219 | 0 | 0.28 | 0.10 | 0.05 | 320.29 | 0.72 | 0.82 |
| Hex | F2 | AE | DB | 0 | 1C | A | 5 | 140 | 48 | 52 |
| Octal | 362 | 256 | 333 | 0 | 34 | 12 | 5 | 500 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11011011 | 0 | 11100 | 1010 | 101 | 101000000 | 1001000 | 1010010 |
Color Harmonies of #F2AEDB
Complementary color
Monochromatic Colors of #F2AEDB
Black with #F2AEDB
Text Example
Text Example
White with #F2AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEDB; }
p { color: rgb(242,174,219); }
H1.HeaderClassName
{
color: #F2AEDB;
}
.AnyTagClassName
{
color: #F2AEDB;
}
</style>
background-color css
<style>
a { background-color: #F2AEDB; }
a { background-color: rgb(242,174,219); }
div.DivClassName
{
background-color: #F2AEDB;
}
.BgClassName
{
background-color: #F2AEDB;
}
</style>
border-color css
<style>
span { border-color: #F2AEDB; }
span { border-color: rgb(242,174,219); }
td.TdClassName
{
border-color: #F2AEDB;
}
.TagClassName
{
border-color: #F2AEDB;
}
</style>