Shades of Lavender Rose #FA98DD
Tints of Lavender Rose #FA98DD
RGB
CMYK
RGB Variations
Color information
#FA98DD (or 0xFA98DD) is known color: Lavender Rose. HEX triplet: FA, 98 and DD. RGB value is (250,152,221). Sum of RGB (Red+Green+Blue) = 250+152+221=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98DD is #056722. Grayscale: #BCBCBC. Windows color (decimal): -354083 or 14522618. OLE color: 14522618.
HSL color Cylindrical-coordinate representation of color #FA98DD: hue angle of 317.76º 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 #FA98DD is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 221 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.02 |
| HSL | 317.76º | 0.91% | 0.79% | - |
| HSV(B) | 317.76º | 0.39% | 0.98% | - |
| XYZ | 63.7 | 48 | 74.31 | - |
| YUV | 189.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 221 | 0 | 0.39 | 0.12 | 0.02 | 317.76 | 0.91 | 0.79 |
| Hex | FA | 98 | DD | 0 | 27 | C | 2 | 13E | 5B | 4F |
| Octal | 372 | 230 | 335 | 0 | 47 | 14 | 2 | 476 | 133 | 117 |
| Binary | 11111010 | 10011000 | 11011101 | 0 | 100111 | 1100 | 10 | 100111110 | 1011011 | 1001111 |
Color Harmonies of #FA98DD
Complementary color
Monochromatic Colors of #FA98DD
Black with #FA98DD
Text Example
Text Example
White with #FA98DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98DD; }
p { color: rgb(250,152,221); }
H1.HeaderClassName
{
color: #FA98DD;
}
.AnyTagClassName
{
color: #FA98DD;
}
</style>
background-color css
<style>
a { background-color: #FA98DD; }
a { background-color: rgb(250,152,221); }
div.DivClassName
{
background-color: #FA98DD;
}
.BgClassName
{
background-color: #FA98DD;
}
</style>
border-color css
<style>
span { border-color: #FA98DD; }
span { border-color: rgb(250,152,221); }
td.TdClassName
{
border-color: #FA98DD;
}
.TagClassName
{
border-color: #FA98DD;
}
</style>