Shades of Lavender Rose #FEA4DD
Tints of Lavender Rose #FEA4DD
RGB
CMYK
RGB Variations
Color information
#FEA4DD (or 0xFEA4DD) is known color: Lavender Rose. HEX triplet: FE, A4 and DD. RGB value is (254,164,221). Sum of RGB (Red+Green+Blue) = 254+164+221=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4DD is #015B22. Grayscale: #C5C5C5. Windows color (decimal): -88867 or 14525694. OLE color: 14525694.
HSL color Cylindrical-coordinate representation of color #FEA4DD: hue angle of 322º 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 #FEA4DD is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 221 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.00 |
| HSL | 322º | 0.98% | 0.82% | - |
| HSV(B) | 322º | 0.35% | 1% | - |
| XYZ | 67.2 | 52.84 | 75.06 | - |
| YUV | 197.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 221 | 0 | 0.35 | 0.13 | 0.00 | 322 | 0.98 | 0.82 |
| Hex | FE | A4 | DD | 0 | 23 | D | 0 | 142 | 62 | 52 |
| Octal | 376 | 244 | 335 | 0 | 43 | 15 | 0 | 502 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11011101 | 0 | 100011 | 1101 | 0 | 101000010 | 1100010 | 1010010 |
Color Harmonies of #FEA4DD
Complementary color
Monochromatic Colors of #FEA4DD
Black with #FEA4DD
Text Example
Text Example
White with #FEA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4DD; }
p { color: rgb(254,164,221); }
H1.HeaderClassName
{
color: #FEA4DD;
}
.AnyTagClassName
{
color: #FEA4DD;
}
</style>
background-color css
<style>
a { background-color: #FEA4DD; }
a { background-color: rgb(254,164,221); }
div.DivClassName
{
background-color: #FEA4DD;
}
.BgClassName
{
background-color: #FEA4DD;
}
</style>
border-color css
<style>
span { border-color: #FEA4DD; }
span { border-color: rgb(254,164,221); }
td.TdClassName
{
border-color: #FEA4DD;
}
.TagClassName
{
border-color: #FEA4DD;
}
</style>