Shades of Lavender Rose #FEADE1
Tints of Lavender Rose #FEADE1
RGB
CMYK
RGB Variations
Color information
#FEADE1 (or 0xFEADE1) is known color: Lavender Rose. HEX triplet: FE, AD and E1. RGB value is (254,173,225). Sum of RGB (Red+Green+Blue) = 254+173+225=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADE1 is #01521E. Grayscale: #CBCBCB. Windows color (decimal): -86559 or 14790142. OLE color: 14790142.
HSL color Cylindrical-coordinate representation of color #FEADE1: hue angle of 321.48º 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 #FEADE1 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 225 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.00 |
| HSL | 321.48º | 0.98% | 0.84% | - |
| HSV(B) | 321.48º | 0.32% | 1% | - |
| XYZ | 69.41 | 56.39 | 78.46 | - |
| YUV | 203.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 225 | 0 | 0.32 | 0.11 | 0.00 | 321.48 | 0.98 | 0.84 |
| Hex | FE | AD | E1 | 0 | 20 | B | 0 | 141 | 62 | 54 |
| Octal | 376 | 255 | 341 | 0 | 40 | 13 | 0 | 501 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11100001 | 0 | 100000 | 1011 | 0 | 101000001 | 1100010 | 1010100 |
Color Harmonies of #FEADE1
Complementary color
Monochromatic Colors of #FEADE1
Black with #FEADE1
Text Example
Text Example
White with #FEADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADE1; }
p { color: rgb(254,173,225); }
H1.HeaderClassName
{
color: #FEADE1;
}
.AnyTagClassName
{
color: #FEADE1;
}
</style>
background-color css
<style>
a { background-color: #FEADE1; }
a { background-color: rgb(254,173,225); }
div.DivClassName
{
background-color: #FEADE1;
}
.BgClassName
{
background-color: #FEADE1;
}
</style>
border-color css
<style>
span { border-color: #FEADE1; }
span { border-color: rgb(254,173,225); }
td.TdClassName
{
border-color: #FEADE1;
}
.TagClassName
{
border-color: #FEADE1;
}
</style>