Shades of Lavender Rose #FEADFD
Tints of Lavender Rose #FEADFD
RGB
CMYK
RGB Variations
Color information
#FEADFD (or 0xFEADFD) is known color: Lavender Rose. HEX triplet: FE, AD and FD. RGB value is (254,173,253). Sum of RGB (Red+Green+Blue) = 254+173+253=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 173 (67.97% from 255 or 25.44% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADFD is #015202. Grayscale: #CECECE. Windows color (decimal): -86531 or 16625150. OLE color: 16625150.
HSL color Cylindrical-coordinate representation of color #FEADFD: hue angle of 300.74º 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 #FEADFD is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 253 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.00 |
| HSL | 300.74º | 0.98% | 0.84% | - |
| HSV(B) | 300.74º | 0.32% | 1% | - |
| XYZ | 73.55 | 58.05 | 100.26 | - |
| YUV | 206.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 253 | 0 | 0.32 | 0.00 | 0.00 | 300.74 | 0.98 | 0.84 |
| Hex | FE | AD | FD | 0 | 20 | 0 | 0 | 12D | 62 | 54 |
| Octal | 376 | 255 | 375 | 0 | 40 | 0 | 0 | 455 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11111101 | 0 | 100000 | 0 | 0 | 100101101 | 1100010 | 1010100 |
Color Harmonies of #FEADFD
Complementary color
Monochromatic Colors of #FEADFD
Black with #FEADFD
Text Example
Text Example
White with #FEADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADFD; }
p { color: rgb(254,173,253); }
H1.HeaderClassName
{
color: #FEADFD;
}
.AnyTagClassName
{
color: #FEADFD;
}
</style>
background-color css
<style>
a { background-color: #FEADFD; }
a { background-color: rgb(254,173,253); }
div.DivClassName
{
background-color: #FEADFD;
}
.BgClassName
{
background-color: #FEADFD;
}
</style>
border-color css
<style>
span { border-color: #FEADFD; }
span { border-color: rgb(254,173,253); }
td.TdClassName
{
border-color: #FEADFD;
}
.TagClassName
{
border-color: #FEADFD;
}
</style>