Shades of Lavender Rose #FE9BDF
Tints of Lavender Rose #FE9BDF
RGB
CMYK
RGB Variations
Color information
#FE9BDF (or 0xFE9BDF) is known color: Lavender Rose. HEX triplet: FE, 9B and DF. RGB value is (254,155,223). Sum of RGB (Red+Green+Blue) = 254+155+223=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BDF is #016420. Grayscale: #C0C0C0. Windows color (decimal): -91169 or 14654462. OLE color: 14654462.
HSL color Cylindrical-coordinate representation of color #FE9BDF: hue angle of 318.79º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9BDF is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 223 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.00 |
| HSL | 318.79º | 0.98% | 0.8% | - |
| HSV(B) | 318.79º | 0.39% | 1% | - |
| XYZ | 65.91 | 49.84 | 75.96 | - |
| YUV | 192.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 223 | 0 | 0.39 | 0.12 | 0.00 | 318.79 | 0.98 | 0.8 |
| Hex | FE | 9B | DF | 0 | 27 | C | 0 | 13F | 62 | 50 |
| Octal | 376 | 233 | 337 | 0 | 47 | 14 | 0 | 477 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11011111 | 0 | 100111 | 1100 | 0 | 100111111 | 1100010 | 1010000 |
Color Harmonies of #FE9BDF
Complementary color
Monochromatic Colors of #FE9BDF
Black with #FE9BDF
Text Example
Text Example
White with #FE9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BDF; }
p { color: rgb(254,155,223); }
H1.HeaderClassName
{
color: #FE9BDF;
}
.AnyTagClassName
{
color: #FE9BDF;
}
</style>
background-color css
<style>
a { background-color: #FE9BDF; }
a { background-color: rgb(254,155,223); }
div.DivClassName
{
background-color: #FE9BDF;
}
.BgClassName
{
background-color: #FE9BDF;
}
</style>
border-color css
<style>
span { border-color: #FE9BDF; }
span { border-color: rgb(254,155,223); }
td.TdClassName
{
border-color: #FE9BDF;
}
.TagClassName
{
border-color: #FE9BDF;
}
</style>