Shades of Lavender Rose #FA9ADC
Tints of Lavender Rose #FA9ADC
RGB
CMYK
RGB Variations
Color information
#FA9ADC (or 0xFA9ADC) is known color: Lavender Rose. HEX triplet: FA, 9A and DC. RGB value is (250,154,220). Sum of RGB (Red+Green+Blue) = 250+154+220=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ADC is #056523. Grayscale: #BEBEBE. Windows color (decimal): -353572 or 14457594. OLE color: 14457594.
HSL color Cylindrical-coordinate representation of color #FA9ADC: hue angle of 318.75º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9ADC is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 220 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.02 |
| HSL | 318.75º | 0.91% | 0.79% | - |
| HSV(B) | 318.75º | 0.38% | 0.98% | - |
| XYZ | 63.9 | 48.6 | 73.72 | - |
| YUV | 190.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 220 | 0 | 0.38 | 0.12 | 0.02 | 318.75 | 0.91 | 0.79 |
| Hex | FA | 9A | DC | 0 | 26 | C | 2 | 13F | 5B | 4F |
| Octal | 372 | 232 | 334 | 0 | 46 | 14 | 2 | 477 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11011100 | 0 | 100110 | 1100 | 10 | 100111111 | 1011011 | 1001111 |
Color Harmonies of #FA9ADC
Complementary color
Monochromatic Colors of #FA9ADC
Black with #FA9ADC
Text Example
Text Example
White with #FA9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ADC; }
p { color: rgb(250,154,220); }
H1.HeaderClassName
{
color: #FA9ADC;
}
.AnyTagClassName
{
color: #FA9ADC;
}
</style>
background-color css
<style>
a { background-color: #FA9ADC; }
a { background-color: rgb(250,154,220); }
div.DivClassName
{
background-color: #FA9ADC;
}
.BgClassName
{
background-color: #FA9ADC;
}
</style>
border-color css
<style>
span { border-color: #FA9ADC; }
span { border-color: rgb(250,154,220); }
td.TdClassName
{
border-color: #FA9ADC;
}
.TagClassName
{
border-color: #FA9ADC;
}
</style>