Shades of Lavender Rose #FEA8DD
Tints of Lavender Rose #FEA8DD
RGB
CMYK
RGB Variations
Color information
#FEA8DD (or 0xFEA8DD) is known color: Lavender Rose. HEX triplet: FE, A8 and DD. RGB value is (254,168,221). Sum of RGB (Red+Green+Blue) = 254+168+221=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8DD is #015722. Grayscale: #C7C7C7. Windows color (decimal): -87843 or 14526718. OLE color: 14526718.
HSL color Cylindrical-coordinate representation of color #FEA8DD: hue angle of 323.02º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8DD is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 221 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.00 |
| HSL | 323.02º | 0.98% | 0.83% | - |
| HSV(B) | 323.02º | 0.34% | 1% | - |
| XYZ | 67.93 | 54.3 | 75.31 | - |
| YUV | 199.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 221 | 0 | 0.34 | 0.13 | 0.00 | 323.02 | 0.98 | 0.83 |
| Hex | FE | A8 | DD | 0 | 22 | D | 0 | 143 | 62 | 53 |
| Octal | 376 | 250 | 335 | 0 | 42 | 15 | 0 | 503 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11011101 | 0 | 100010 | 1101 | 0 | 101000011 | 1100010 | 1010011 |
Color Harmonies of #FEA8DD
Complementary color
Monochromatic Colors of #FEA8DD
Black with #FEA8DD
Text Example
Text Example
White with #FEA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8DD; }
p { color: rgb(254,168,221); }
H1.HeaderClassName
{
color: #FEA8DD;
}
.AnyTagClassName
{
color: #FEA8DD;
}
</style>
background-color css
<style>
a { background-color: #FEA8DD; }
a { background-color: rgb(254,168,221); }
div.DivClassName
{
background-color: #FEA8DD;
}
.BgClassName
{
background-color: #FEA8DD;
}
</style>
border-color css
<style>
span { border-color: #FEA8DD; }
span { border-color: rgb(254,168,221); }
td.TdClassName
{
border-color: #FEA8DD;
}
.TagClassName
{
border-color: #FEA8DD;
}
</style>