#FA9DDA

Color #FA9DDA Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FA9DDA

Tints of Lavender Rose #FA9DDA

Color information

#FA9DDA (or 0xFA9DDA) is unknown color: approx Lavender Rose. HEX triplet: FA, 9D and DA. RGB value is (250,157,218). Sum of RGB (Red+Green+Blue) = 250+157+218=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DDA is #056225. Grayscale: #BFBFBF. Windows color (decimal): -352806 or 14327290. OLE color: 14327290.

HSL color Cylindrical-coordinate representation of color #FA9DDA: hue angle of 320.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DDA is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250157218-
CMYK00.370.130.02
HSL320.65º90.29%79.8%-
HSV(B)320.65º37.2%98.04%-
XYZ64.1449.572.5-
YUV191.76142.81169.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 157 (61.72% from 255) = 25.12%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=40%
G=25.12%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015721800.370.130.02320.6590.2979.8
HexFA9DDA025D21415a50
Octal372235332045152501132120
Binary111110101001110111011010010010111011010100000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DDA; }

 p { color: rgb(250,157,218); }

 H1.HeaderClassName
 {
   color: #FA9DDA;
 }
 .AnyTagClassName
 {
   color: #FA9DDA;
 }
</style>
background-color css

<style>
 a { background-color: #FA9DDA; }

 a { background-color: rgb(250,157,218); }

 div.DivClassName
 {
   background-color: #FA9DDA;
 }
 .BgClassName
 {
   background-color: #FA9DDA;
 }
</style>
border-color css

<style>
 span { border-color: #FA9DDA; }

 span { border-color: rgb(250,157,218); }

 td.TdClassName
 {
   border-color: #FA9DDA;
 }
 .TagClassName
 {
   border-color: #FA9DDA;
 }
</style>