#FA9DDF

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

Shades of Lavender Rose #FA9DDF

Tints of Lavender Rose #FA9DDF

Color information

#FA9DDF (or 0xFA9DDF) is unknown color: approx Lavender Rose. HEX triplet: FA, 9D and DF. RGB value is (250,157,223). Sum of RGB (Red+Green+Blue) = 250+157+223=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DDF is #056220. Grayscale: #C0C0C0. Windows color (decimal): -352801 or 14654970. OLE color: 14654970.

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

Color convert

RGB250157223-
CMYK00.370.110.02
HSL317.42º90.29%79.8%-
HSV(B)317.42º37.2%98.04%-
XYZ64.849.7776-
YUV192.33145.31169.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=39.68%
G=24.92%
B=35.40%

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
Decimal25015722300.370.110.02317.4290.2979.8
HexFA9DDF025B213d5a50
Octal372235337045132475132120
Binary111110101001110111011111010010110111010011110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DDF; }

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

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

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

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

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

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

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

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