Shades of Lavender Rose #F2AFDE
Tints of Lavender Rose #F2AFDE
RGB
CMYK
RGB Variations
Color information
#F2AFDE (or 0xF2AFDE) is known color: Lavender Rose. HEX triplet: F2, AF and DE. RGB value is (242,175,222). Sum of RGB (Red+Green+Blue) = 242+175+222=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFDE is #0D5021. Grayscale: #C8C8C8. Windows color (decimal): -872482 or 14594034. OLE color: 14594034.
HSL color Cylindrical-coordinate representation of color #F2AFDE: hue angle of 317.91º 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 #F2AFDE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 222 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.05 |
| HSL | 317.91º | 0.72% | 0.82% | - |
| HSV(B) | 317.91º | 0.28% | 0.95% | - |
| XYZ | 65.13 | 54.81 | 76.25 | - |
| YUV | 200.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 222 | 0 | 0.28 | 0.08 | 0.05 | 317.91 | 0.72 | 0.82 |
| Hex | F2 | AF | DE | 0 | 1C | 8 | 5 | 13E | 48 | 52 |
| Octal | 362 | 257 | 336 | 0 | 34 | 10 | 5 | 476 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11011110 | 0 | 11100 | 1000 | 101 | 100111110 | 1001000 | 1010010 |
Color Harmonies of #F2AFDE
Complementary color
Monochromatic Colors of #F2AFDE
Black with #F2AFDE
Text Example
Text Example
White with #F2AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFDE; }
p { color: rgb(242,175,222); }
H1.HeaderClassName
{
color: #F2AFDE;
}
.AnyTagClassName
{
color: #F2AFDE;
}
</style>
background-color css
<style>
a { background-color: #F2AFDE; }
a { background-color: rgb(242,175,222); }
div.DivClassName
{
background-color: #F2AFDE;
}
.BgClassName
{
background-color: #F2AFDE;
}
</style>
border-color css
<style>
span { border-color: #F2AFDE; }
span { border-color: rgb(242,175,222); }
td.TdClassName
{
border-color: #F2AFDE;
}
.TagClassName
{
border-color: #F2AFDE;
}
</style>