Shades of Lavender Rose #FE9CDB
Tints of Lavender Rose #FE9CDB
RGB
CMYK
RGB Variations
Color information
#FE9CDB (or 0xFE9CDB) is known color: Lavender Rose. HEX triplet: FE, 9C and DB. RGB value is (254,156,219). Sum of RGB (Red+Green+Blue) = 254+156+219=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CDB is #016324. Grayscale: #C0C0C0. Windows color (decimal): -90917 or 14392574. OLE color: 14392574.
HSL color Cylindrical-coordinate representation of color #FE9CDB: hue angle of 321.43º 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 #FE9CDB is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 219 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.00 |
| HSL | 321.43º | 0.98% | 0.8% | - |
| HSV(B) | 321.43º | 0.39% | 1% | - |
| XYZ | 65.55 | 49.96 | 73.21 | - |
| YUV | 192.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 219 | 0 | 0.39 | 0.14 | 0.00 | 321.43 | 0.98 | 0.8 |
| Hex | FE | 9C | DB | 0 | 27 | E | 0 | 141 | 62 | 50 |
| Octal | 376 | 234 | 333 | 0 | 47 | 16 | 0 | 501 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11011011 | 0 | 100111 | 1110 | 0 | 101000001 | 1100010 | 1010000 |
Color Harmonies of #FE9CDB
Complementary color
Monochromatic Colors of #FE9CDB
Black with #FE9CDB
Text Example
Text Example
White with #FE9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CDB; }
p { color: rgb(254,156,219); }
H1.HeaderClassName
{
color: #FE9CDB;
}
.AnyTagClassName
{
color: #FE9CDB;
}
</style>
background-color css
<style>
a { background-color: #FE9CDB; }
a { background-color: rgb(254,156,219); }
div.DivClassName
{
background-color: #FE9CDB;
}
.BgClassName
{
background-color: #FE9CDB;
}
</style>
border-color css
<style>
span { border-color: #FE9CDB; }
span { border-color: rgb(254,156,219); }
td.TdClassName
{
border-color: #FE9CDB;
}
.TagClassName
{
border-color: #FE9CDB;
}
</style>