Shades of Lavender Rose #FEADEE
Tints of Lavender Rose #FEADEE
RGB
CMYK
RGB Variations
Color information
#FEADEE (or 0xFEADEE) is known color: Lavender Rose. HEX triplet: FE, AD and EE. RGB value is (254,173,238). Sum of RGB (Red+Green+Blue) = 254+173+238=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADEE is #015211. Grayscale: #CCCCCC. Windows color (decimal): -86546 or 15642110. OLE color: 15642110.
HSL color Cylindrical-coordinate representation of color #FEADEE: hue angle of 311.85º 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 #FEADEE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 238 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.00 |
| HSL | 311.85º | 0.98% | 0.84% | - |
| HSV(B) | 311.85º | 0.32% | 1% | - |
| XYZ | 71.25 | 57.13 | 88.16 | - |
| YUV | 204.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 238 | 0 | 0.32 | 0.06 | 0.00 | 311.85 | 0.98 | 0.84 |
| Hex | FE | AD | EE | 0 | 20 | 6 | 0 | 138 | 62 | 54 |
| Octal | 376 | 255 | 356 | 0 | 40 | 6 | 0 | 470 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11101110 | 0 | 100000 | 110 | 0 | 100111000 | 1100010 | 1010100 |
Color Harmonies of #FEADEE
Complementary color
Monochromatic Colors of #FEADEE
Black with #FEADEE
Text Example
Text Example
White with #FEADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADEE; }
p { color: rgb(254,173,238); }
H1.HeaderClassName
{
color: #FEADEE;
}
.AnyTagClassName
{
color: #FEADEE;
}
</style>
background-color css
<style>
a { background-color: #FEADEE; }
a { background-color: rgb(254,173,238); }
div.DivClassName
{
background-color: #FEADEE;
}
.BgClassName
{
background-color: #FEADEE;
}
</style>
border-color css
<style>
span { border-color: #FEADEE; }
span { border-color: rgb(254,173,238); }
td.TdClassName
{
border-color: #FEADEE;
}
.TagClassName
{
border-color: #FEADEE;
}
</style>