Shades of Lavender Rose #FD94DB
Tints of Lavender Rose #FD94DB
RGB
CMYK
RGB Variations
Color information
#FD94DB (or 0xFD94DB) is known color: Lavender Rose. HEX triplet: FD, 94 and DB. RGB value is (253,148,219). Sum of RGB (Red+Green+Blue) = 253+148+219=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD94DB is #026B24. Grayscale: #BBBBBB. Windows color (decimal): -158501 or 14390525. OLE color: 14390525.
HSL color Cylindrical-coordinate representation of color #FD94DB: hue angle of 319.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD94DB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 148 | 219 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.01 |
| HSL | 319.43º | 0.96% | 0.79% | - |
| HSV(B) | 319.43º | 0.42% | 0.99% | - |
| XYZ | 63.88 | 47.18 | 72.76 | - |
| YUV | 187.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 148 | 219 | 0 | 0.42 | 0.13 | 0.01 | 319.43 | 0.96 | 0.79 |
| Hex | FD | 94 | DB | 0 | 2A | D | 1 | 13F | 60 | 4F |
| Octal | 375 | 224 | 333 | 0 | 52 | 15 | 1 | 477 | 140 | 117 |
| Binary | 11111101 | 10010100 | 11011011 | 0 | 101010 | 1101 | 1 | 100111111 | 1100000 | 1001111 |
Color Harmonies of #FD94DB
Complementary color
Monochromatic Colors of #FD94DB
Black with #FD94DB
Text Example
Text Example
White with #FD94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD94DB; }
p { color: rgb(253,148,219); }
H1.HeaderClassName
{
color: #FD94DB;
}
.AnyTagClassName
{
color: #FD94DB;
}
</style>
background-color css
<style>
a { background-color: #FD94DB; }
a { background-color: rgb(253,148,219); }
div.DivClassName
{
background-color: #FD94DB;
}
.BgClassName
{
background-color: #FD94DB;
}
</style>
border-color css
<style>
span { border-color: #FD94DB; }
span { border-color: rgb(253,148,219); }
td.TdClassName
{
border-color: #FD94DB;
}
.TagClassName
{
border-color: #FD94DB;
}
</style>