Shades of Lavender Rose #FEADF1
Tints of Lavender Rose #FEADF1
RGB
CMYK
RGB Variations
Color information
#FEADF1 (or 0xFEADF1) is known color: Lavender Rose. HEX triplet: FE, AD and F1. RGB value is (254,173,241). Sum of RGB (Red+Green+Blue) = 254+173+241=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADF1 is #01520E. Grayscale: #CCCCCC. Windows color (decimal): -86543 or 15838718. OLE color: 15838718.
HSL color Cylindrical-coordinate representation of color #FEADF1: hue angle of 309.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEADF1 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 241 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.00 |
| HSL | 309.63º | 0.98% | 0.84% | - |
| HSV(B) | 309.63º | 0.32% | 1% | - |
| XYZ | 71.69 | 57.31 | 90.5 | - |
| YUV | 204.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 241 | 0 | 0.32 | 0.05 | 0.00 | 309.63 | 0.98 | 0.84 |
| Hex | FE | AD | F1 | 0 | 20 | 5 | 0 | 136 | 62 | 54 |
| Octal | 376 | 255 | 361 | 0 | 40 | 5 | 0 | 466 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11110001 | 0 | 100000 | 101 | 0 | 100110110 | 1100010 | 1010100 |
Color Harmonies of #FEADF1
Complementary color
Monochromatic Colors of #FEADF1
Black with #FEADF1
Text Example
Text Example
White with #FEADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADF1; }
p { color: rgb(254,173,241); }
H1.HeaderClassName
{
color: #FEADF1;
}
.AnyTagClassName
{
color: #FEADF1;
}
</style>
background-color css
<style>
a { background-color: #FEADF1; }
a { background-color: rgb(254,173,241); }
div.DivClassName
{
background-color: #FEADF1;
}
.BgClassName
{
background-color: #FEADF1;
}
</style>
border-color css
<style>
span { border-color: #FEADF1; }
span { border-color: rgb(254,173,241); }
td.TdClassName
{
border-color: #FEADF1;
}
.TagClassName
{
border-color: #FEADF1;
}
</style>