Shades of Lavender Rose #FE99DA
Tints of Lavender Rose #FE99DA
RGB
CMYK
RGB Variations
Color information
#FE99DA (or 0xFE99DA) is known color: Lavender Rose. HEX triplet: FE, 99 and DA. RGB value is (254,153,218). Sum of RGB (Red+Green+Blue) = 254+153+218=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99DA is #016625. Grayscale: #BEBEBE. Windows color (decimal): -91686 or 14326270. OLE color: 14326270.
HSL color Cylindrical-coordinate representation of color #FE99DA: hue angle of 321.39º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99DA is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 218 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.00 |
| HSL | 321.39º | 0.98% | 0.8% | - |
| HSV(B) | 321.39º | 0.4% | 1% | - |
| XYZ | 64.92 | 48.92 | 72.35 | - |
| YUV | 190.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 218 | 0 | 0.40 | 0.14 | 0.00 | 321.39 | 0.98 | 0.8 |
| Hex | FE | 99 | DA | 0 | 28 | E | 0 | 141 | 62 | 50 |
| Octal | 376 | 231 | 332 | 0 | 50 | 16 | 0 | 501 | 142 | 120 |
| Binary | 11111110 | 10011001 | 11011010 | 0 | 101000 | 1110 | 0 | 101000001 | 1100010 | 1010000 |
Color Harmonies of #FE99DA
Complementary color
Monochromatic Colors of #FE99DA
Black with #FE99DA
Text Example
Text Example
White with #FE99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99DA; }
p { color: rgb(254,153,218); }
H1.HeaderClassName
{
color: #FE99DA;
}
.AnyTagClassName
{
color: #FE99DA;
}
</style>
background-color css
<style>
a { background-color: #FE99DA; }
a { background-color: rgb(254,153,218); }
div.DivClassName
{
background-color: #FE99DA;
}
.BgClassName
{
background-color: #FE99DA;
}
</style>
border-color css
<style>
span { border-color: #FE99DA; }
span { border-color: rgb(254,153,218); }
td.TdClassName
{
border-color: #FE99DA;
}
.TagClassName
{
border-color: #FE99DA;
}
</style>