#FA9DDE

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

Shades of Lavender Rose #FA9DDE

Tints of Lavender Rose #FA9DDE

Color information

#FA9DDE (or 0xFA9DDE) is unknown color: approx Lavender Rose. HEX triplet: FA, 9D and DE. RGB value is (250,157,222). Sum of RGB (Red+Green+Blue) = 250+157+222=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DDE is #056221. Grayscale: #C0C0C0. Windows color (decimal): -352802 or 14589434. OLE color: 14589434.

HSL color Cylindrical-coordinate representation of color #FA9DDE: hue angle of 318.06º 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 #FA9DDE is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250157222-
CMYK00.370.110.02
HSL318.06º90.29%79.8%-
HSV(B)318.06º37.2%98.04%-
XYZ64.6749.7175.29-
YUV192.22144.81169.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=39.75%
G=24.96%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015722200.370.110.02318.0690.2979.8
HexFA9DDE025B213e5a50
Octal372235336045132476132120
Binary111110101001110111011110010010110111010011111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DDE; }

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

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

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

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

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

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

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

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