Shades of Lavender Rose #FA98DB
Tints of Lavender Rose #FA98DB
RGB
CMYK
RGB Variations
Color information
#FA98DB (or 0xFA98DB) is known color: Lavender Rose. HEX triplet: FA, 98 and DB. RGB value is (250,152,219). Sum of RGB (Red+Green+Blue) = 250+152+219=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98DB is #056724. Grayscale: #BCBCBC. Windows color (decimal): -354085 or 14391546. OLE color: 14391546.
HSL color Cylindrical-coordinate representation of color #FA98DB: hue angle of 318.98º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA98DB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 219 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.02 |
| HSL | 318.98º | 0.91% | 0.79% | - |
| HSV(B) | 318.98º | 0.39% | 0.98% | - |
| XYZ | 63.44 | 47.89 | 72.92 | - |
| YUV | 188.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 219 | 0 | 0.39 | 0.12 | 0.02 | 318.98 | 0.91 | 0.79 |
| Hex | FA | 98 | DB | 0 | 27 | C | 2 | 13F | 5B | 4F |
| Octal | 372 | 230 | 333 | 0 | 47 | 14 | 2 | 477 | 133 | 117 |
| Binary | 11111010 | 10011000 | 11011011 | 0 | 100111 | 1100 | 10 | 100111111 | 1011011 | 1001111 |
Color Harmonies of #FA98DB
Complementary color
Monochromatic Colors of #FA98DB
Black with #FA98DB
Text Example
Text Example
White with #FA98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98DB; }
p { color: rgb(250,152,219); }
H1.HeaderClassName
{
color: #FA98DB;
}
.AnyTagClassName
{
color: #FA98DB;
}
</style>
background-color css
<style>
a { background-color: #FA98DB; }
a { background-color: rgb(250,152,219); }
div.DivClassName
{
background-color: #FA98DB;
}
.BgClassName
{
background-color: #FA98DB;
}
</style>
border-color css
<style>
span { border-color: #FA98DB; }
span { border-color: rgb(250,152,219); }
td.TdClassName
{
border-color: #FA98DB;
}
.TagClassName
{
border-color: #FA98DB;
}
</style>