Shades of Lavender Rose #FE9BD6
Tints of Lavender Rose #FE9BD6
RGB
CMYK
RGB Variations
Color information
#FE9BD6 (or 0xFE9BD6) is known color: Lavender Rose. HEX triplet: FE, 9B and D6. RGB value is (254,155,214). Sum of RGB (Red+Green+Blue) = 254+155+214=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BD6 is #016429. Grayscale: #BFBFBF. Windows color (decimal): -91178 or 14064638. OLE color: 14064638.
HSL color Cylindrical-coordinate representation of color #FE9BD6: hue angle of 324.24º 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 #FE9BD6 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 214 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.00 |
| HSL | 324.24º | 0.98% | 0.8% | - |
| HSV(B) | 324.24º | 0.39% | 1% | - |
| XYZ | 64.73 | 49.37 | 69.74 | - |
| YUV | 191.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 214 | 0 | 0.39 | 0.16 | 0.00 | 324.24 | 0.98 | 0.8 |
| Hex | FE | 9B | D6 | 0 | 27 | 10 | 0 | 144 | 62 | 50 |
| Octal | 376 | 233 | 326 | 0 | 47 | 20 | 0 | 504 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11010110 | 0 | 100111 | 10000 | 0 | 101000100 | 1100010 | 1010000 |
Color Harmonies of #FE9BD6
Complementary color
Monochromatic Colors of #FE9BD6
Black with #FE9BD6
Text Example
Text Example
White with #FE9BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BD6; }
p { color: rgb(254,155,214); }
H1.HeaderClassName
{
color: #FE9BD6;
}
.AnyTagClassName
{
color: #FE9BD6;
}
</style>
background-color css
<style>
a { background-color: #FE9BD6; }
a { background-color: rgb(254,155,214); }
div.DivClassName
{
background-color: #FE9BD6;
}
.BgClassName
{
background-color: #FE9BD6;
}
</style>
border-color css
<style>
span { border-color: #FE9BD6; }
span { border-color: rgb(254,155,214); }
td.TdClassName
{
border-color: #FE9BD6;
}
.TagClassName
{
border-color: #FE9BD6;
}
</style>