#FA9CD3

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

Shades of Lavender Pink #FA9CD3

Tints of Lavender Pink #FA9CD3

Color information

#FA9CD3 (or 0xFA9CD3) is unknown color: approx Lavender Pink. HEX triplet: FA, 9C and D3. RGB value is (250,156,211). Sum of RGB (Red+Green+Blue) = 250+156+211=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CD3 is #05632C. Grayscale: #BEBEBE. Windows color (decimal): -353069 or 13868282. OLE color: 13868282.

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

Color convert

RGB250156211-
CMYK00.380.160.02
HSL324.89º90.38%79.61%-
HSV(B)324.89º37.6%98.04%-
XYZ63.0748.867.72-
YUV190.38139.64170.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=40.52%
G=25.28%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015621100.380.160.02324.8990.3879.61
HexFA9CD30261021455a50
Octal372234323046202505132120
Binary1111101010011100110100110100110100001010100010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CD3; }

 p { color: rgb(250,156,211); }

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

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

 a { background-color: rgb(250,156,211); }

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

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

 span { border-color: rgb(250,156,211); }

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