Shades of Lavender Rose #FA93DE
Tints of Lavender Rose #FA93DE
RGB
CMYK
RGB Variations
Color information
#FA93DE (or 0xFA93DE) is known color: Lavender Rose. HEX triplet: FA, 93 and DE. RGB value is (250,147,222). Sum of RGB (Red+Green+Blue) = 250+147+222=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93DE is #056C21. Grayscale: #BABABA. Windows color (decimal): -355362 or 14586874. OLE color: 14586874.
HSL color Cylindrical-coordinate representation of color #FA93DE: hue angle of 316.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93DE is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 222 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.02 |
| HSL | 316.31º | 0.91% | 0.78% | - |
| HSV(B) | 316.31º | 0.41% | 0.98% | - |
| XYZ | 63.04 | 46.47 | 74.75 | - |
| YUV | 186.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 222 | 0 | 0.41 | 0.11 | 0.02 | 316.31 | 0.91 | 0.78 |
| Hex | FA | 93 | DE | 0 | 29 | B | 2 | 13C | 5B | 4E |
| Octal | 372 | 223 | 336 | 0 | 51 | 13 | 2 | 474 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11011110 | 0 | 101001 | 1011 | 10 | 100111100 | 1011011 | 1001110 |
Color Harmonies of #FA93DE
Complementary color
Monochromatic Colors of #FA93DE
Black with #FA93DE
Text Example
Text Example
White with #FA93DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93DE; }
p { color: rgb(250,147,222); }
H1.HeaderClassName
{
color: #FA93DE;
}
.AnyTagClassName
{
color: #FA93DE;
}
</style>
background-color css
<style>
a { background-color: #FA93DE; }
a { background-color: rgb(250,147,222); }
div.DivClassName
{
background-color: #FA93DE;
}
.BgClassName
{
background-color: #FA93DE;
}
</style>
border-color css
<style>
span { border-color: #FA93DE; }
span { border-color: rgb(250,147,222); }
td.TdClassName
{
border-color: #FA93DE;
}
.TagClassName
{
border-color: #FA93DE;
}
</style>