Shades of Lavender Rose #FD92DB
Tints of Lavender Rose #FD92DB
RGB
CMYK
RGB Variations
Color information
#FD92DB (or 0xFD92DB) is known color: Lavender Rose. HEX triplet: FD, 92 and DB. RGB value is (253,146,219). Sum of RGB (Red+Green+Blue) = 253+146+219=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD92DB is #026D24. Grayscale: #BABABA. Windows color (decimal): -159013 or 14390013. OLE color: 14390013.
HSL color Cylindrical-coordinate representation of color #FD92DB: hue angle of 319.07º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD92DB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 219 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.01 |
| HSL | 319.07º | 0.96% | 0.78% | - |
| HSV(B) | 319.07º | 0.42% | 0.99% | - |
| XYZ | 63.57 | 46.55 | 72.65 | - |
| YUV | 186.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 219 | 0 | 0.42 | 0.13 | 0.01 | 319.07 | 0.96 | 0.78 |
| Hex | FD | 92 | DB | 0 | 2A | D | 1 | 13F | 60 | 4E |
| Octal | 375 | 222 | 333 | 0 | 52 | 15 | 1 | 477 | 140 | 116 |
| Binary | 11111101 | 10010010 | 11011011 | 0 | 101010 | 1101 | 1 | 100111111 | 1100000 | 1001110 |
Color Harmonies of #FD92DB
Complementary color
Monochromatic Colors of #FD92DB
Black with #FD92DB
Text Example
Text Example
White with #FD92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD92DB; }
p { color: rgb(253,146,219); }
H1.HeaderClassName
{
color: #FD92DB;
}
.AnyTagClassName
{
color: #FD92DB;
}
</style>
background-color css
<style>
a { background-color: #FD92DB; }
a { background-color: rgb(253,146,219); }
div.DivClassName
{
background-color: #FD92DB;
}
.BgClassName
{
background-color: #FD92DB;
}
</style>
border-color css
<style>
span { border-color: #FD92DB; }
span { border-color: rgb(253,146,219); }
td.TdClassName
{
border-color: #FD92DB;
}
.TagClassName
{
border-color: #FD92DB;
}
</style>