Shades of Lavender Rose #FEADF3
Tints of Lavender Rose #FEADF3
RGB
CMYK
RGB Variations
Color information
#FEADF3 (or 0xFEADF3) is known color: Lavender Rose. HEX triplet: FE, AD and F3. RGB value is (254,173,243). Sum of RGB (Red+Green+Blue) = 254+173+243=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADF3 is #01520C. Grayscale: #CCCCCC. Windows color (decimal): -86541 or 15969790. OLE color: 15969790.
HSL color Cylindrical-coordinate representation of color #FEADF3: hue angle of 308.15º 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 #FEADF3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 243 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.00 |
| HSL | 308.15º | 0.98% | 0.84% | - |
| HSV(B) | 308.15º | 0.32% | 1% | - |
| XYZ | 71.99 | 57.43 | 92.08 | - |
| YUV | 205.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 243 | 0 | 0.32 | 0.04 | 0.00 | 308.15 | 0.98 | 0.84 |
| Hex | FE | AD | F3 | 0 | 20 | 4 | 0 | 134 | 62 | 54 |
| Octal | 376 | 255 | 363 | 0 | 40 | 4 | 0 | 464 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11110011 | 0 | 100000 | 100 | 0 | 100110100 | 1100010 | 1010100 |
Color Harmonies of #FEADF3
Complementary color
Monochromatic Colors of #FEADF3
Black with #FEADF3
Text Example
Text Example
White with #FEADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADF3; }
p { color: rgb(254,173,243); }
H1.HeaderClassName
{
color: #FEADF3;
}
.AnyTagClassName
{
color: #FEADF3;
}
</style>
background-color css
<style>
a { background-color: #FEADF3; }
a { background-color: rgb(254,173,243); }
div.DivClassName
{
background-color: #FEADF3;
}
.BgClassName
{
background-color: #FEADF3;
}
</style>
border-color css
<style>
span { border-color: #FEADF3; }
span { border-color: rgb(254,173,243); }
td.TdClassName
{
border-color: #FEADF3;
}
.TagClassName
{
border-color: #FEADF3;
}
</style>