Shades of Lavender Rose #FEADDF
Tints of Lavender Rose #FEADDF
RGB
CMYK
RGB Variations
Color information
#FEADDF (or 0xFEADDF) is known color: Lavender Rose. HEX triplet: FE, AD and DF. RGB value is (254,173,223). Sum of RGB (Red+Green+Blue) = 254+173+223=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADDF is #015220. Grayscale: #CACACA. Windows color (decimal): -86561 or 14659070. OLE color: 14659070.
HSL color Cylindrical-coordinate representation of color #FEADDF: hue angle of 322.96º 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 #FEADDF is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 223 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.00 |
| HSL | 322.96º | 0.98% | 0.84% | - |
| HSV(B) | 322.96º | 0.32% | 1% | - |
| XYZ | 69.14 | 56.29 | 77.03 | - |
| YUV | 202.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 223 | 0 | 0.32 | 0.12 | 0.00 | 322.96 | 0.98 | 0.84 |
| Hex | FE | AD | DF | 0 | 20 | C | 0 | 143 | 62 | 54 |
| Octal | 376 | 255 | 337 | 0 | 40 | 14 | 0 | 503 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11011111 | 0 | 100000 | 1100 | 0 | 101000011 | 1100010 | 1010100 |
Color Harmonies of #FEADDF
Complementary color
Monochromatic Colors of #FEADDF
Black with #FEADDF
Text Example
Text Example
White with #FEADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADDF; }
p { color: rgb(254,173,223); }
H1.HeaderClassName
{
color: #FEADDF;
}
.AnyTagClassName
{
color: #FEADDF;
}
</style>
background-color css
<style>
a { background-color: #FEADDF; }
a { background-color: rgb(254,173,223); }
div.DivClassName
{
background-color: #FEADDF;
}
.BgClassName
{
background-color: #FEADDF;
}
</style>
border-color css
<style>
span { border-color: #FEADDF; }
span { border-color: rgb(254,173,223); }
td.TdClassName
{
border-color: #FEADDF;
}
.TagClassName
{
border-color: #FEADDF;
}
</style>