#FA9DD6

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

Shades of Lavender Rose #FA9DD6

Tints of Lavender Rose #FA9DD6

Color information

#FA9DD6 (or 0xFA9DD6) is unknown color: approx Lavender Rose. HEX triplet: FA, 9D and D6. RGB value is (250,157,214). Sum of RGB (Red+Green+Blue) = 250+157+214=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DD6 is #056229. Grayscale: #BFBFBF. Windows color (decimal): -352810 or 14065146. OLE color: 14065146.

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

Color convert

RGB250157214-
CMYK00.370.140.02
HSL323.23º90.29%79.8%-
HSV(B)323.23º37.2%98.04%-
XYZ63.6249.2969.78-
YUV191.3140.81169.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=40.26%
G=25.28%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015721400.370.140.02323.2390.2979.8
HexFA9DD6025E21435a50
Octal372235326045162503132120
Binary111110101001110111010110010010111101010100001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DD6; }

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

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

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

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

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

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

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

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