Shades of Lavender Rose #F2AFEE
Tints of Lavender Rose #F2AFEE
RGB
CMYK
RGB Variations
Color information
#F2AFEE (or 0xF2AFEE) is known color: Lavender Rose. HEX triplet: F2, AF and EE. RGB value is (242,175,238). Sum of RGB (Red+Green+Blue) = 242+175+238=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFEE is #0D5011. Grayscale: #CACACA. Windows color (decimal): -872466 or 15642610. OLE color: 15642610.
HSL color Cylindrical-coordinate representation of color #F2AFEE: hue angle of 303.58º 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 #F2AFEE is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 238 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.05 |
| HSL | 303.58º | 0.72% | 0.82% | - |
| HSV(B) | 303.58º | 0.28% | 0.95% | - |
| XYZ | 67.38 | 55.71 | 88.09 | - |
| YUV | 202.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 238 | 0 | 0.28 | 0.02 | 0.05 | 303.58 | 0.72 | 0.82 |
| Hex | F2 | AF | EE | 0 | 1C | 2 | 5 | 130 | 48 | 52 |
| Octal | 362 | 257 | 356 | 0 | 34 | 2 | 5 | 460 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11101110 | 0 | 11100 | 10 | 101 | 100110000 | 1001000 | 1010010 |
Color Harmonies of #F2AFEE
Complementary color
Monochromatic Colors of #F2AFEE
Black with #F2AFEE
Text Example
Text Example
White with #F2AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFEE; }
p { color: rgb(242,175,238); }
H1.HeaderClassName
{
color: #F2AFEE;
}
.AnyTagClassName
{
color: #F2AFEE;
}
</style>
background-color css
<style>
a { background-color: #F2AFEE; }
a { background-color: rgb(242,175,238); }
div.DivClassName
{
background-color: #F2AFEE;
}
.BgClassName
{
background-color: #F2AFEE;
}
</style>
border-color css
<style>
span { border-color: #F2AFEE; }
span { border-color: rgb(242,175,238); }
td.TdClassName
{
border-color: #F2AFEE;
}
.TagClassName
{
border-color: #F2AFEE;
}
</style>