Shades of Lavender Rose #FEADE3
Tints of Lavender Rose #FEADE3
RGB
CMYK
RGB Variations
Color information
#FEADE3 (or 0xFEADE3) is known color: Lavender Rose. HEX triplet: FE, AD and E3. RGB value is (254,173,227). Sum of RGB (Red+Green+Blue) = 254+173+227=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADE3 is #01521C. Grayscale: #CBCBCB. Windows color (decimal): -86557 or 14921214. OLE color: 14921214.
HSL color Cylindrical-coordinate representation of color #FEADE3: hue angle of 320º 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 #FEADE3 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 227 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.00 |
| HSL | 320º | 0.98% | 0.84% | - |
| HSV(B) | 320º | 0.32% | 1% | - |
| XYZ | 69.68 | 56.5 | 79.91 | - |
| YUV | 203.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 227 | 0 | 0.32 | 0.11 | 0.00 | 320 | 0.98 | 0.84 |
| Hex | FE | AD | E3 | 0 | 20 | B | 0 | 140 | 62 | 54 |
| Octal | 376 | 255 | 343 | 0 | 40 | 13 | 0 | 500 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11100011 | 0 | 100000 | 1011 | 0 | 101000000 | 1100010 | 1010100 |
Color Harmonies of #FEADE3
Complementary color
Monochromatic Colors of #FEADE3
Black with #FEADE3
Text Example
Text Example
White with #FEADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADE3; }
p { color: rgb(254,173,227); }
H1.HeaderClassName
{
color: #FEADE3;
}
.AnyTagClassName
{
color: #FEADE3;
}
</style>
background-color css
<style>
a { background-color: #FEADE3; }
a { background-color: rgb(254,173,227); }
div.DivClassName
{
background-color: #FEADE3;
}
.BgClassName
{
background-color: #FEADE3;
}
</style>
border-color css
<style>
span { border-color: #FEADE3; }
span { border-color: rgb(254,173,227); }
td.TdClassName
{
border-color: #FEADE3;
}
.TagClassName
{
border-color: #FEADE3;
}
</style>