Shades of Lavender Rose #FEAAF2
Tints of Lavender Rose #FEAAF2
RGB
CMYK
RGB Variations
Color information
#FEAAF2 (or 0xFEAAF2) is known color: Lavender Rose. HEX triplet: FE, AA and F2. RGB value is (254,170,242). Sum of RGB (Red+Green+Blue) = 254+170+242=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 170 (66.80% from 255 or 25.53% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAF2 is #01550D. Grayscale: #CBCBCB. Windows color (decimal): -87310 or 15903486. OLE color: 15903486.
HSL color Cylindrical-coordinate representation of color #FEAAF2: hue angle of 308.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEAAF2 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 242 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.00 |
| HSL | 308.57º | 0.98% | 0.83% | - |
| HSV(B) | 308.57º | 0.33% | 1% | - |
| XYZ | 71.27 | 56.23 | 91.1 | - |
| YUV | 203.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 242 | 0 | 0.33 | 0.05 | 0.00 | 308.57 | 0.98 | 0.83 |
| Hex | FE | AA | F2 | 0 | 21 | 5 | 0 | 135 | 62 | 53 |
| Octal | 376 | 252 | 362 | 0 | 41 | 5 | 0 | 465 | 142 | 123 |
| Binary | 11111110 | 10101010 | 11110010 | 0 | 100001 | 101 | 0 | 100110101 | 1100010 | 1010011 |
Color Harmonies of #FEAAF2
Complementary color
Monochromatic Colors of #FEAAF2
Black with #FEAAF2
Text Example
Text Example
White with #FEAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAF2; }
p { color: rgb(254,170,242); }
H1.HeaderClassName
{
color: #FEAAF2;
}
.AnyTagClassName
{
color: #FEAAF2;
}
</style>
background-color css
<style>
a { background-color: #FEAAF2; }
a { background-color: rgb(254,170,242); }
div.DivClassName
{
background-color: #FEAAF2;
}
.BgClassName
{
background-color: #FEAAF2;
}
</style>
border-color css
<style>
span { border-color: #FEAAF2; }
span { border-color: rgb(254,170,242); }
td.TdClassName
{
border-color: #FEAAF2;
}
.TagClassName
{
border-color: #FEAAF2;
}
</style>