Shades of Lavender Rose #FE9DDA
Tints of Lavender Rose #FE9DDA
RGB
CMYK
RGB Variations
Color information
#FE9DDA (or 0xFE9DDA) is known color: Lavender Rose. HEX triplet: FE, 9D and DA. RGB value is (254,157,218). Sum of RGB (Red+Green+Blue) = 254+157+218=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DDA is #016225. Grayscale: #C0C0C0. Windows color (decimal): -90662 or 14327294. OLE color: 14327294.
HSL color Cylindrical-coordinate representation of color #FE9DDA: hue angle of 322.27º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DDA is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 157 | 218 | - |
CMYK | 0 | 0.38 | 0.14 | 0.00 |
HSL | 322.27º | 0.98% | 0.81% | - |
HSV(B) | 322.27º | 0.38% | 1% | - |
XYZ | 65.58 | 50.25 | 72.57 | - |
YUV | 192.96 | 142.14 | 171.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 157 | 218 | 0 | 0.38 | 0.14 | 0.00 | 322.27 | 0.98 | 0.81 |
Hex | FE | 9D | DA | 0 | 26 | E | 0 | 142 | 62 | 51 |
Octal | 376 | 235 | 332 | 0 | 46 | 16 | 0 | 502 | 142 | 121 |
Binary | 11111110 | 10011101 | 11011010 | 0 | 100110 | 1110 | 0 | 101000010 | 1100010 | 1010001 |
Color Harmonies of #FE9DDA
Complementary color
Monochromatic Colors of #FE9DDA
Black with #FE9DDA
Text Example
Text Example
White with #FE9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DDA; }
p { color: rgb(254,157,218); }
H1.HeaderClassName
{
color: #FE9DDA;
}
.AnyTagClassName
{
color: #FE9DDA;
}
</style>
background-color css
<style>
a { background-color: #FE9DDA; }
a { background-color: rgb(254,157,218); }
div.DivClassName
{
background-color: #FE9DDA;
}
.BgClassName
{
background-color: #FE9DDA;
}
</style>
border-color css
<style>
span { border-color: #FE9DDA; }
span { border-color: rgb(254,157,218); }
td.TdClassName
{
border-color: #FE9DDA;
}
.TagClassName
{
border-color: #FE9DDA;
}
</style>