Shades of Lavender Rose #FEA6DD
Tints of Lavender Rose #FEA6DD
RGB
CMYK
RGB Variations
Color information
#FEA6DD (or 0xFEA6DD) is known color: Lavender Rose. HEX triplet: FE, A6 and DD. RGB value is (254,166,221). Sum of RGB (Red+Green+Blue) = 254+166+221=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6DD is #015922. Grayscale: #C6C6C6. Windows color (decimal): -88355 or 14526206. OLE color: 14526206.
HSL color Cylindrical-coordinate representation of color #FEA6DD: hue angle of 322.5º 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 #FEA6DD is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 221 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.00 |
| HSL | 322.5º | 0.98% | 0.82% | - |
| HSV(B) | 322.5º | 0.35% | 1% | - |
| XYZ | 67.56 | 53.56 | 75.18 | - |
| YUV | 198.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 221 | 0 | 0.35 | 0.13 | 0.00 | 322.5 | 0.98 | 0.82 |
| Hex | FE | A6 | DD | 0 | 23 | D | 0 | 142 | 62 | 52 |
| Octal | 376 | 246 | 335 | 0 | 43 | 15 | 0 | 502 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11011101 | 0 | 100011 | 1101 | 0 | 101000010 | 1100010 | 1010010 |
Color Harmonies of #FEA6DD
Complementary color
Monochromatic Colors of #FEA6DD
Black with #FEA6DD
Text Example
Text Example
White with #FEA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6DD; }
p { color: rgb(254,166,221); }
H1.HeaderClassName
{
color: #FEA6DD;
}
.AnyTagClassName
{
color: #FEA6DD;
}
</style>
background-color css
<style>
a { background-color: #FEA6DD; }
a { background-color: rgb(254,166,221); }
div.DivClassName
{
background-color: #FEA6DD;
}
.BgClassName
{
background-color: #FEA6DD;
}
</style>
border-color css
<style>
span { border-color: #FEA6DD; }
span { border-color: rgb(254,166,221); }
td.TdClassName
{
border-color: #FEA6DD;
}
.TagClassName
{
border-color: #FEA6DD;
}
</style>