Shades of Lavender Rose #F2A3D8
Tints of Lavender Rose #F2A3D8
RGB
CMYK
RGB Variations
Color information
#F2A3D8 (or 0xF2A3D8) is known color: Lavender Rose. HEX triplet: F2, A3 and D8. RGB value is (242,163,216). Sum of RGB (Red+Green+Blue) = 242+163+216=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3D8 is #0D5C27. Grayscale: #C0C0C0. Windows color (decimal): -875560 or 14197746. OLE color: 14197746.
HSL color Cylindrical-coordinate representation of color #F2A3D8: hue angle of 319.75º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A3D8 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 216 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.05 |
| HSL | 319.75º | 0.75% | 0.79% | - |
| HSV(B) | 319.75º | 0.33% | 0.95% | - |
| XYZ | 62.11 | 50.03 | 71.35 | - |
| YUV | 192.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 216 | 0 | 0.33 | 0.11 | 0.05 | 319.75 | 0.75 | 0.79 |
| Hex | F2 | A3 | D8 | 0 | 21 | B | 5 | 140 | 4B | 4F |
| Octal | 362 | 243 | 330 | 0 | 41 | 13 | 5 | 500 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11011000 | 0 | 100001 | 1011 | 101 | 101000000 | 1001011 | 1001111 |
Color Harmonies of #F2A3D8
Complementary color
Monochromatic Colors of #F2A3D8
Black with #F2A3D8
Text Example
Text Example
White with #F2A3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3D8; }
p { color: rgb(242,163,216); }
H1.HeaderClassName
{
color: #F2A3D8;
}
.AnyTagClassName
{
color: #F2A3D8;
}
</style>
background-color css
<style>
a { background-color: #F2A3D8; }
a { background-color: rgb(242,163,216); }
div.DivClassName
{
background-color: #F2A3D8;
}
.BgClassName
{
background-color: #F2A3D8;
}
</style>
border-color css
<style>
span { border-color: #F2A3D8; }
span { border-color: rgb(242,163,216); }
td.TdClassName
{
border-color: #F2A3D8;
}
.TagClassName
{
border-color: #F2A3D8;
}
</style>