Shades of Lavender Rose #F2ACDA
Tints of Lavender Rose #F2ACDA
RGB
CMYK
RGB Variations
Color information
#F2ACDA (or 0xF2ACDA) is known color: Lavender Rose. HEX triplet: F2, AC and DA. RGB value is (242,172,218). Sum of RGB (Red+Green+Blue) = 242+172+218=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACDA is #0D5325. Grayscale: #C6C6C6. Windows color (decimal): -873254 or 14331122. OLE color: 14331122.
HSL color Cylindrical-coordinate representation of color #F2ACDA: hue angle of 320.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACDA is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 218 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.05 |
| HSL | 320.57º | 0.73% | 0.81% | - |
| HSV(B) | 320.57º | 0.29% | 0.95% | - |
| XYZ | 64.03 | 53.44 | 73.27 | - |
| YUV | 198.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 218 | 0 | 0.29 | 0.10 | 0.05 | 320.57 | 0.73 | 0.81 |
| Hex | F2 | AC | DA | 0 | 1D | A | 5 | 141 | 49 | 51 |
| Octal | 362 | 254 | 332 | 0 | 35 | 12 | 5 | 501 | 111 | 121 |
| Binary | 11110010 | 10101100 | 11011010 | 0 | 11101 | 1010 | 101 | 101000001 | 1001001 | 1010001 |
Color Harmonies of #F2ACDA
Complementary color
Monochromatic Colors of #F2ACDA
Black with #F2ACDA
Text Example
Text Example
White with #F2ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACDA; }
p { color: rgb(242,172,218); }
H1.HeaderClassName
{
color: #F2ACDA;
}
.AnyTagClassName
{
color: #F2ACDA;
}
</style>
background-color css
<style>
a { background-color: #F2ACDA; }
a { background-color: rgb(242,172,218); }
div.DivClassName
{
background-color: #F2ACDA;
}
.BgClassName
{
background-color: #F2ACDA;
}
</style>
border-color css
<style>
span { border-color: #F2ACDA; }
span { border-color: rgb(242,172,218); }
td.TdClassName
{
border-color: #F2ACDA;
}
.TagClassName
{
border-color: #F2ACDA;
}
</style>