Shades of Lavender Rose #F2AFEF
Tints of Lavender Rose #F2AFEF
RGB
CMYK
RGB Variations
Color information
#F2AFEF (or 0xF2AFEF) is known color: Lavender Rose. HEX triplet: F2, AF and EF. RGB value is (242,175,239). Sum of RGB (Red+Green+Blue) = 242+175+239=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFEF is #0D5010. Grayscale: #CACACA. Windows color (decimal): -872465 or 15708146. OLE color: 15708146.
HSL color Cylindrical-coordinate representation of color #F2AFEF: hue angle of 302.69º 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 #F2AFEF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 239 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.05 |
| HSL | 302.69º | 0.72% | 0.82% | - |
| HSV(B) | 302.69º | 0.28% | 0.95% | - |
| XYZ | 67.53 | 55.77 | 88.87 | - |
| YUV | 202.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 239 | 0 | 0.28 | 0.01 | 0.05 | 302.69 | 0.72 | 0.82 |
| Hex | F2 | AF | EF | 0 | 1C | 1 | 5 | 12F | 48 | 52 |
| Octal | 362 | 257 | 357 | 0 | 34 | 1 | 5 | 457 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11101111 | 0 | 11100 | 1 | 101 | 100101111 | 1001000 | 1010010 |
Color Harmonies of #F2AFEF
Complementary color
Monochromatic Colors of #F2AFEF
Black with #F2AFEF
Text Example
Text Example
White with #F2AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFEF; }
p { color: rgb(242,175,239); }
H1.HeaderClassName
{
color: #F2AFEF;
}
.AnyTagClassName
{
color: #F2AFEF;
}
</style>
background-color css
<style>
a { background-color: #F2AFEF; }
a { background-color: rgb(242,175,239); }
div.DivClassName
{
background-color: #F2AFEF;
}
.BgClassName
{
background-color: #F2AFEF;
}
</style>
border-color css
<style>
span { border-color: #F2AFEF; }
span { border-color: rgb(242,175,239); }
td.TdClassName
{
border-color: #F2AFEF;
}
.TagClassName
{
border-color: #F2AFEF;
}
</style>