Shades of Lavender Rose #FEADFF
Tints of Lavender Rose #FEADFF
RGB
CMYK
RGB Variations
Color information
#FEADFF (or 0xFEADFF) is known color: Lavender Rose. HEX triplet: FE, AD and FF. RGB value is (254,173,255). Sum of RGB (Red+Green+Blue) = 254+173+255=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 173 (67.97% from 255 or 25.37% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADFF is #015200. Grayscale: #CECECE. Windows color (decimal): -86529 or 16756222. OLE color: 16756222.
HSL color Cylindrical-coordinate representation of color #FEADFF: hue angle of 299.27º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEADFF is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 173 | 255 | - |
| CMYK | 0.00 | 0.32 | 0 | 0 |
| HSL | 299.27º | 1% | 0.84% | - |
| HSV(B) | 299.27º | 0.32% | 1% | - |
| XYZ | 73.87 | 58.18 | 101.94 | - |
| YUV | 206.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 255 | 0.00 | 0.32 | 0 | 0 | 299.27 | 1 | 0.84 |
| Hex | FE | AD | FF | 0 | 20 | 0 | 0 | 12B | 64 | 54 |
| Octal | 376 | 255 | 377 | 0 | 40 | 0 | 0 | 453 | 144 | 124 |
| Binary | 11111110 | 10101101 | 11111111 | 0 | 100000 | 0 | 0 | 100101011 | 1100100 | 1010100 |
Color Harmonies of #FEADFF
Complementary color
Monochromatic Colors of #FEADFF
Black with #FEADFF
Text Example
Text Example
White with #FEADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADFF; }
p { color: rgb(254,173,255); }
H1.HeaderClassName
{
color: #FEADFF;
}
.AnyTagClassName
{
color: #FEADFF;
}
</style>
background-color css
<style>
a { background-color: #FEADFF; }
a { background-color: rgb(254,173,255); }
div.DivClassName
{
background-color: #FEADFF;
}
.BgClassName
{
background-color: #FEADFF;
}
</style>
border-color css
<style>
span { border-color: #FEADFF; }
span { border-color: rgb(254,173,255); }
td.TdClassName
{
border-color: #FEADFF;
}
.TagClassName
{
border-color: #FEADFF;
}
</style>