Shades of Lavender Rose #F2ACDC
Tints of Lavender Rose #F2ACDC
RGB
CMYK
RGB Variations
Color information
#F2ACDC (or 0xF2ACDC) is known color: Lavender Rose. HEX triplet: F2, AC and DC. RGB value is (242,172,220). Sum of RGB (Red+Green+Blue) = 242+172+220=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACDC is #0D5323. Grayscale: #C6C6C6. Windows color (decimal): -873252 or 14462194. OLE color: 14462194.
HSL color Cylindrical-coordinate representation of color #F2ACDC: hue angle of 318.86º 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 #F2ACDC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 220 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.05 |
| HSL | 318.86º | 0.73% | 0.81% | - |
| HSV(B) | 318.86º | 0.29% | 0.95% | - |
| XYZ | 64.29 | 53.55 | 74.66 | - |
| YUV | 198.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 220 | 0 | 0.29 | 0.09 | 0.05 | 318.86 | 0.73 | 0.81 |
| Hex | F2 | AC | DC | 0 | 1D | 9 | 5 | 13F | 49 | 51 |
| Octal | 362 | 254 | 334 | 0 | 35 | 11 | 5 | 477 | 111 | 121 |
| Binary | 11110010 | 10101100 | 11011100 | 0 | 11101 | 1001 | 101 | 100111111 | 1001001 | 1010001 |
Color Harmonies of #F2ACDC
Complementary color
Monochromatic Colors of #F2ACDC
Black with #F2ACDC
Text Example
Text Example
White with #F2ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACDC; }
p { color: rgb(242,172,220); }
H1.HeaderClassName
{
color: #F2ACDC;
}
.AnyTagClassName
{
color: #F2ACDC;
}
</style>
background-color css
<style>
a { background-color: #F2ACDC; }
a { background-color: rgb(242,172,220); }
div.DivClassName
{
background-color: #F2ACDC;
}
.BgClassName
{
background-color: #F2ACDC;
}
</style>
border-color css
<style>
span { border-color: #F2ACDC; }
span { border-color: rgb(242,172,220); }
td.TdClassName
{
border-color: #F2ACDC;
}
.TagClassName
{
border-color: #F2ACDC;
}
</style>