Shades of Lavender Rose #FEA6DE
Tints of Lavender Rose #FEA6DE
RGB
CMYK
RGB Variations
Color information
#FEA6DE (or 0xFEA6DE) is known color: Lavender Rose. HEX triplet: FE, A6 and DE. RGB value is (254,166,222). Sum of RGB (Red+Green+Blue) = 254+166+222=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6DE is #015921. Grayscale: #C6C6C6. Windows color (decimal): -88354 or 14591742. OLE color: 14591742.
HSL color Cylindrical-coordinate representation of color #FEA6DE: hue angle of 321.82º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6DE is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 222 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.00 |
| HSL | 321.82º | 0.98% | 0.82% | - |
| HSV(B) | 321.82º | 0.35% | 1% | - |
| XYZ | 67.69 | 53.62 | 75.89 | - |
| YUV | 198.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 222 | 0 | 0.35 | 0.13 | 0.00 | 321.82 | 0.98 | 0.82 |
| Hex | FE | A6 | DE | 0 | 23 | D | 0 | 142 | 62 | 52 |
| Octal | 376 | 246 | 336 | 0 | 43 | 15 | 0 | 502 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11011110 | 0 | 100011 | 1101 | 0 | 101000010 | 1100010 | 1010010 |
Color Harmonies of #FEA6DE
Complementary color
Monochromatic Colors of #FEA6DE
Black with #FEA6DE
Text Example
Text Example
White with #FEA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6DE; }
p { color: rgb(254,166,222); }
H1.HeaderClassName
{
color: #FEA6DE;
}
.AnyTagClassName
{
color: #FEA6DE;
}
</style>
background-color css
<style>
a { background-color: #FEA6DE; }
a { background-color: rgb(254,166,222); }
div.DivClassName
{
background-color: #FEA6DE;
}
.BgClassName
{
background-color: #FEA6DE;
}
</style>
border-color css
<style>
span { border-color: #FEA6DE; }
span { border-color: rgb(254,166,222); }
td.TdClassName
{
border-color: #FEA6DE;
}
.TagClassName
{
border-color: #FEA6DE;
}
</style>